mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable manual_let_else lint
This commit is contained in:
parent
c51e87ec9a
commit
9606f59141
17 changed files with 165 additions and 263 deletions
|
|
@ -44,6 +44,7 @@ inconsistent_struct_constructor = "warn"
|
|||
items_after_statements = "warn"
|
||||
let_underscore_must_use = "warn"
|
||||
lossy_float_literal = "warn"
|
||||
manual_let_else = "warn"
|
||||
mem_forget = "warn"
|
||||
missing_assert_message = "warn"
|
||||
mod_module_files = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue