mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
enable unused_async lint
This also caused a "new" `unnecessary_wraps` lint to fire too, so that got fixed too.
This commit is contained in:
parent
4419e855ae
commit
f855bd09d1
3 changed files with 11 additions and 10 deletions
|
|
@ -90,6 +90,7 @@ unneeded_field_pattern = "warn"
|
|||
unnested_or_patterns = "warn"
|
||||
unreadable_literal = "warn"
|
||||
unseparated_literal_suffix = "warn"
|
||||
unused_async = "warn"
|
||||
verbose_file_reads = "warn"
|
||||
wildcard_dependencies = "warn"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue