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