enable match_wildcard_for_single_variants lint

This commit is contained in:
Charles Hall 2024-05-14 18:35:18 -07:00
parent 2b8b5ccb1a
commit c4a9bca16f
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 3 additions and 2 deletions

View file

@ -49,6 +49,7 @@ manual_string_new = "warn"
map_unwrap_or = "warn"
match_bool = "warn"
match_same_arms = "warn"
match_wildcard_for_single_variants = "warn"
mem_forget = "warn"
missing_assert_message = "warn"
mod_module_files = "warn"