mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable unnecessary_wraps lint
This commit is contained in:
parent
86218f4771
commit
4e80dc028e
4 changed files with 7 additions and 8 deletions
|
|
@ -85,6 +85,7 @@ uninlined_format_args = "warn"
|
|||
unnecessary_safety_comment = "warn"
|
||||
unnecessary_safety_doc = "warn"
|
||||
unnecessary_self_imports = "warn"
|
||||
unnecessary_wraps = "warn"
|
||||
unneeded_field_pattern = "warn"
|
||||
unseparated_literal_suffix = "warn"
|
||||
verbose_file_reads = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue