From 19a9b3ffdef15890c0efb49eec44cdd5bc6f511c Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:58:45 -0400 Subject: [PATCH] chore: add enum_glob_use warn lint (#8655) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 07ddf283b..8d00b3558 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,6 +173,7 @@ needless_bitwise_bool = "warn" zero_sized_map_values = "warn" single_char_pattern = "warn" needless_continue = "warn" +enum_glob_use = "warn" # These are nursery lints which have findings. Allow them for now. Some are not # quite mature enough for use in our codebase and some we don't really want.