mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
enable zero_sized_map_values lint
This commit is contained in:
parent
44b15dcb08
commit
a569bf8d99
2 changed files with 3 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ used_underscore_binding = "warn"
|
|||
verbose_file_reads = "warn"
|
||||
wildcard_dependencies = "warn"
|
||||
wildcard_imports = "warn"
|
||||
zero_sized_map_values = "warn"
|
||||
|
||||
[package]
|
||||
name = "grapevine"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue