mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable match_same_arms lint
This commit is contained in:
parent
4e6c8451ca
commit
2b8b5ccb1a
6 changed files with 5 additions and 7 deletions
|
|
@ -48,6 +48,7 @@ manual_let_else = "warn"
|
|||
manual_string_new = "warn"
|
||||
map_unwrap_or = "warn"
|
||||
match_bool = "warn"
|
||||
match_same_arms = "warn"
|
||||
mem_forget = "warn"
|
||||
missing_assert_message = "warn"
|
||||
mod_module_files = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue