Skip to content

Commit 4cb4e6f

Browse files
committed
Temporarily disable broken clippy::pedantic lint group
rust-lang/rust#137640
1 parent 61789bf commit 4cb4e6f

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
@@ -50,7 +50,7 @@ unreachable_pub = "warn"
5050
# unsafe_op_in_unsafe_fn = "warn" # Set at crate-level instead since https://github.com/rust-lang/rust/pull/100081 merged in Rust 1.65 is not available on MSRV
5151
[workspace.lints.clippy]
5252
all = "warn" # Downgrade deny-by-default lints
53-
pedantic = "warn"
53+
# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
5454
as_ptr_cast_mut = "warn"
5555
as_underscore = "warn"
5656
default_union_representation = "warn"

0 commit comments

Comments
 (0)