Skip to content

Commit

Permalink
Add clippy lint match_bool
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jun 18, 2024
1 parent dd52291 commit 00ac5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ manual_string_new = "warn"
map_err_ignore = "warn"
map_flatten = "warn"
map_unwrap_or = "warn"
match_bool = "warn"
match_on_vec_items = "warn"
match_same_arms = "warn"
match_wild_err_arm = "warn"
Expand Down

0 comments on commit 00ac5b2

Please sign in to comment.