mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 16:21:24 +01:00
enable match_wildcard_for_single_variants lint
This commit is contained in:
parent
2b8b5ccb1a
commit
c4a9bca16f
3 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue