mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
enable used_underscore_binding lint
This commit is contained in:
parent
e3672eb4e0
commit
3978b9c580
3 changed files with 8 additions and 7 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue