Skip to content

Commit 74f4be6

Browse files
committed
chore(ci): Fix name of clippy::empty_enums
1 parent 24c5c99 commit 74f4be6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ create_dir = "warn"
3434
dbg_macro = "warn"
3535
debug_assert_with_mut_call = "warn"
3636
doc_markdown = "warn"
37-
empty_enum = "warn"
37+
empty_enums = "warn"
3838
enum_glob_use = "warn"
3939
expl_impl_clone_on_copy = "warn"
4040
explicit_deref_methods = "warn"

0 commit comments

Comments
 (0)