mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable map_unwrap_or lint
This commit is contained in:
parent
645d88177a
commit
224ba65d06
10 changed files with 81 additions and 73 deletions
|
|
@ -46,6 +46,7 @@ let_underscore_must_use = "warn"
|
|||
lossy_float_literal = "warn"
|
||||
manual_let_else = "warn"
|
||||
manual_string_new = "warn"
|
||||
map_unwrap_or = "warn"
|
||||
mem_forget = "warn"
|
||||
missing_assert_message = "warn"
|
||||
mod_module_files = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue