enable match_bool lint

This commit is contained in:
Charles Hall 2024-05-14 17:45:58 -07:00
parent 224ba65d06
commit 4e6c8451ca
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 6 additions and 4 deletions

View file

@ -47,6 +47,7 @@ lossy_float_literal = "warn"
manual_let_else = "warn"
manual_string_new = "warn"
map_unwrap_or = "warn"
match_bool = "warn"
mem_forget = "warn"
missing_assert_message = "warn"
mod_module_files = "warn"