mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Add clippy lint match_bool
This commit is contained in:
@@ -183,6 +183,7 @@ manual_string_new = "warn"
|
|||||||
map_err_ignore = "warn"
|
map_err_ignore = "warn"
|
||||||
map_flatten = "warn"
|
map_flatten = "warn"
|
||||||
map_unwrap_or = "warn"
|
map_unwrap_or = "warn"
|
||||||
|
match_bool = "warn"
|
||||||
match_on_vec_items = "warn"
|
match_on_vec_items = "warn"
|
||||||
match_same_arms = "warn"
|
match_same_arms = "warn"
|
||||||
match_wild_err_arm = "warn"
|
match_wild_err_arm = "warn"
|
||||||
|
|||||||
Reference in New Issue
Block a user