Skip to content

Commit 87d9ae5

Browse files
committed
chore: Fix clippy::lint_groups_priority for 1.80
1 parent bdb06a1 commit 87d9ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ include = [
1818
]
1919

2020
[workspace.lints.rust]
21-
rust_2018_idioms = "warn"
21+
rust_2018_idioms = { level = "warn", priority = -1 }
2222
unreachable_pub = "warn"
2323
unsafe_op_in_unsafe_fn = "warn"
2424
unused_lifetimes = "warn"

0 commit comments

Comments
 (0)