1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Add clippy lint match_bool

This commit is contained in:
Emil Ernerfeldt
2024-06-18 23:45:25 +02:00
parent dd52291af4
commit 00ac5b2015

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"