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