Skip to content

Commit 613b89b

Browse files
committed
update lints for rust 1.77.0
* <rust-lang/rust#118297> * <rust-lang/rust-clippy#12047>
1 parent 1b9cf56 commit 613b89b

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
@@ -15,7 +15,6 @@ unused_import_braces = "warn"
1515
unused_lifetimes = "warn"
1616
unused_macro_rules = "warn"
1717
unused_qualifications = "warn"
18-
unused_tuple_struct_fields = "warn"
1918

2019
[workspace.lints.clippy]
2120
pedantic = "warn"
@@ -26,6 +25,7 @@ dbg_macro = "warn"
2625
default_union_representation = "warn"
2726
deref_by_slicing = "warn"
2827
empty_drop = "warn"
28+
empty_enum_variants_with_brackets = "warn"
2929
empty_structs_with_brackets = "warn"
3030
error_impl_error = "warn"
3131
exit = "warn"

0 commit comments

Comments
 (0)