mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-04 14:57:17 +00:00
Clippy: Fix lint_groups_priority
This commit is contained in:
parent
cd86aaad9c
commit
89adc98b8e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue