summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-11-14 09:56:40 -0500
committerFreya Murphy <freya@freyacat.org>2025-11-14 10:01:13 -0500
commit9a4cd221f8206fb1533937170f47dcd19d574ef1 (patch)
tree14d7c270d3f621070f75b878c5df4a7b872c8008 /Cargo.toml
parentEnable more clippy lints (diff)
downloadDungeonCrawl-9a4cd221f8206fb1533937170f47dcd19d574ef1.tar.gz
DungeonCrawl-9a4cd221f8206fb1533937170f47dcd19d574ef1.tar.bz2
DungeonCrawl-9a4cd221f8206fb1533937170f47dcd19d574ef1.zip
Remove wildcard exports/imports
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 688065b..98c9585 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -87,6 +87,7 @@ unnested_or_patterns = "warn"
used_underscore_binding = "warn"
used_underscore_items = "warn"
verbose_bit_mask = "warn"
+wildcard_imports = "warn"
# restriction
allow_attributes = "warn"