Skip to content

Commit 267dc07

Browse files
committed
style: Make clippy happy
1 parent 0dc1310 commit 267dc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/argument.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::ffi::{OsStr, OsString};
22
use std::path::PathBuf;
33

44
/// An individual argument
5-
#[allow(clippy::exhaustive_enums)]
5+
#[allow(clippy::exhaustive_enums, reason = "no plans for expansion")]
66
#[derive(Clone, Debug, PartialEq, Eq)]
77
pub enum Argument {
88
/// Literal argument to use

0 commit comments

Comments
 (0)