Add clippy lint `match_bool`

This commit is contained in:
Emil Ernerfeldt 2024-06-18 23:45:25 +02:00
parent dd52291af4
commit 00ac5b2015
1 changed files with 1 additions and 0 deletions

View File

@ -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"