Skip to content

Commit 021241b

Browse files
committed
Ignore buggy clippy::incompatible_msrv lint
1 parent 1c271d4 commit 021241b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ rust_2018_idioms = "warn"
2525
single_use_lifetimes = "warn"
2626
unreachable_pub = "warn"
2727
# 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

Comments
 (0)