We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc1310 commit 267dc07Copy full SHA for 267dc07
1 file changed
src/argument.rs
@@ -2,7 +2,7 @@ use std::ffi::{OsStr, OsString};
2
use std::path::PathBuf;
3
4
/// An individual argument
5
-#[allow(clippy::exhaustive_enums)]
+#[allow(clippy::exhaustive_enums, reason = "no plans for expansion")]
6
#[derive(Clone, Debug, PartialEq, Eq)]
7
pub enum Argument {
8
/// Literal argument to use
0 commit comments