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:
Charles Hall 2024-05-14 19:28:36 -07:00
parent 4419e855ae
commit f855bd09d1
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 11 additions and 10 deletions

View file

@ -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"