Skip to content

Commit 37c8065

Browse files
committed
Fix lint
1 parent 729b95e commit 37c8065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ doc_markdown = "warn"
9898
elidable_lifetime_names = "warn"
9999
else_if_without_else = "allow"
100100
empty_drop = "warn"
101-
empty_enum = "warn"
101+
empty_enums = "warn"
102102
empty_enum_variants_with_brackets = "warn"
103103
empty_structs_with_brackets = "warn"
104104
enum_glob_use = "allow"

0 commit comments

Comments
 (0)