Skip to content

Commit

Permalink
chore: add enum_glob_use warn lint (#8655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Jun 6, 2024
1 parent 961b855 commit 19a9b3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 19a9b3f

Please sign in to comment.