Skip to content

Commit ee0cd59

Browse files
committed
Temporarily disable broken clippy::pedantic lint group
rust-lang/rust#137640
1 parent aa6dbe2 commit ee0cd59

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
@@ -64,7 +64,7 @@ unreachable_pub = "warn"
6464
# 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
6565
[workspace.lints.clippy]
6666
all = "warn" # Downgrade deny-by-default lints
67-
pedantic = "warn"
67+
# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
6868
as_ptr_cast_mut = "warn"
6969
as_underscore = "warn"
7070
default_union_representation = "warn"

0 commit comments

Comments
 (0)