We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb06a1 commit 87d9ae5Copy full SHA for 87d9ae5
Cargo.toml
@@ -18,7 +18,7 @@ include = [
18
]
19
20
[workspace.lints.rust]
21
-rust_2018_idioms = "warn"
+rust_2018_idioms = { level = "warn", priority = -1 }
22
unreachable_pub = "warn"
23
unsafe_op_in_unsafe_fn = "warn"
24
unused_lifetimes = "warn"
0 commit comments