enable wildcard_imports lint

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

View file

@ -95,6 +95,7 @@ unused_self = "warn"
used_underscore_binding = "warn"
verbose_file_reads = "warn"
wildcard_dependencies = "warn"
wildcard_imports = "warn"
[package]
name = "grapevine"