mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore: Fix clippy::lint_groups_priority for 1.80
This commit is contained in:
parent
bdb06a11df
commit
87d9ae55c7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ include = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[workspace.lints.rust]
|
[workspace.lints.rust]
|
||||||
rust_2018_idioms = "warn"
|
rust_2018_idioms = { level = "warn", priority = -1 }
|
||||||
unreachable_pub = "warn"
|
unreachable_pub = "warn"
|
||||||
unsafe_op_in_unsafe_fn = "warn"
|
unsafe_op_in_unsafe_fn = "warn"
|
||||||
unused_lifetimes = "warn"
|
unused_lifetimes = "warn"
|
||||||
|
|
Loading…
Reference in a new issue