We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9cf56 commit 613b89bCopy full SHA for 613b89b
Cargo.toml
@@ -15,7 +15,6 @@ unused_import_braces = "warn"
15
unused_lifetimes = "warn"
16
unused_macro_rules = "warn"
17
unused_qualifications = "warn"
18
-unused_tuple_struct_fields = "warn"
19
20
[workspace.lints.clippy]
21
pedantic = "warn"
@@ -26,6 +25,7 @@ dbg_macro = "warn"
26
25
default_union_representation = "warn"
27
deref_by_slicing = "warn"
28
empty_drop = "warn"
+empty_enum_variants_with_brackets = "warn"
29
empty_structs_with_brackets = "warn"
30
error_impl_error = "warn"
31
exit = "warn"
0 commit comments