enable used_underscore_binding lint

This commit is contained in:
Charles Hall 2024-05-14 19:44:26 -07:00
parent e3672eb4e0
commit 3978b9c580
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 8 additions and 7 deletions

View file

@ -92,6 +92,7 @@ unreadable_literal = "warn"
unseparated_literal_suffix = "warn"
unused_async = "warn"
unused_self = "warn"
used_underscore_binding = "warn"
verbose_file_reads = "warn"
wildcard_dependencies = "warn"