Skip to content

Commit

Permalink
Clippy: Fix lint_groups_priority
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jun 6, 2024
1 parent cd86aaa commit 89adc98
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 @@ -11,7 +11,7 @@ byteorder = "1.5.0"

[workspace.lints.rust]
missing_docs = "deny"
rust_2018_idioms = "deny"
rust_2018_idioms = { level = "deny", priority = -1 }
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unused_import_braces = "deny"
Expand Down

0 comments on commit 89adc98

Please sign in to comment.