mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable unneeded_field_pattern lint
This commit is contained in:
parent
2b6a933538
commit
da842c6499
3 changed files with 3 additions and 5 deletions
|
|
@ -61,6 +61,7 @@ undocumented_unsafe_blocks = "warn"
|
|||
unnecessary_safety_comment = "warn"
|
||||
unnecessary_safety_doc = "warn"
|
||||
unnecessary_self_imports = "warn"
|
||||
unneeded_field_pattern = "warn"
|
||||
unseparated_literal_suffix = "warn"
|
||||
verbose_file_reads = "warn"
|
||||
wildcard_dependencies = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue