From 9a4cd221f8206fb1533937170f47dcd19d574ef1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 14 Nov 2025 09:56:40 -0500 Subject: Remove wildcard exports/imports --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-freya