enable if_not_else lint

This commit is contained in:
Charles Hall 2024-05-14 16:50:15 -07:00
parent a32b7c1ac1
commit 623824dc0c
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
6 changed files with 288 additions and 287 deletions

View file

@ -35,6 +35,7 @@ flat_map_option = "warn"
float_cmp_const = "warn"
format_push_string = "warn"
get_unwrap = "warn"
if_not_else = "warn"
if_then_some_else_none = "warn"
impl_trait_in_params = "warn"
let_underscore_must_use = "warn"