style: Make clippy happy

This commit is contained in:
Ed Page 2022-06-08 09:33:58 -05:00
parent 1abc945545
commit b78a0e6ccd

View file

@ -1459,7 +1459,7 @@ impl BoolValueParser {
["true", "false"]
.iter()
.copied()
.map(|l| crate::PossibleValue::new(l))
.map(crate::PossibleValue::new)
}
}