chore: add enum_glob_use warn lint (#8655)

This commit is contained in:
Dan Cline
2024-06-06 16:58:45 -04:00
committed by GitHub
parent 961b855b16
commit 19a9b3ffde

View File

@ -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.