Add clippy lint `match_bool`
This commit is contained in:
parent
dd52291af4
commit
00ac5b2015
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue