We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c271d4 commit 021241bCopy full SHA for 021241b
Cargo.toml
@@ -25,3 +25,5 @@ rust_2018_idioms = "warn"
25
single_use_lifetimes = "warn"
26
unreachable_pub = "warn"
27
# unsafe_op_in_unsafe_fn = "warn" # Set at crate-level instead since https://github.com/rust-lang/rust/pull/100081 is not available on MSRV
28
+[workspace.lints.clippy]
29
+incompatible_msrv = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12273, https://github.com/rust-lang/rust-clippy/issues/12257
0 commit comments