Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Jun 8, 2022
1 parent 1abc945 commit b78a0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/value_parser.rs
Expand Up @@ -1459,7 +1459,7 @@ impl BoolValueParser {
["true", "false"]
.iter()
.copied()
.map(|l| crate::PossibleValue::new(l))
.map(crate::PossibleValue::new)
}
}

Expand Down

0 comments on commit b78a0e6

Please sign in to comment.