mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
style: Make clippy happy
This commit is contained in:
parent
1abc945545
commit
b78a0e6ccd
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ impl BoolValueParser {
|
|||
["true", "false"]
|
||||
.iter()
|
||||
.copied()
|
||||
.map(|l| crate::PossibleValue::new(l))
|
||||
.map(crate::PossibleValue::new)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue