Skip to content

Commit

Permalink
update lints for rust 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CobaltCause committed Apr 19, 2024
1 parent 1b9cf56 commit 613b89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ unused_import_braces = "warn"
unused_lifetimes = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"
unused_tuple_struct_fields = "warn"

[workspace.lints.clippy]
pedantic = "warn"
Expand All @@ -26,6 +25,7 @@ dbg_macro = "warn"
default_union_representation = "warn"
deref_by_slicing = "warn"
empty_drop = "warn"
empty_enum_variants_with_brackets = "warn"
empty_structs_with_brackets = "warn"
error_impl_error = "warn"
exit = "warn"
Expand Down

0 comments on commit 613b89b

Please sign in to comment.