Skip to content

Commit fdd4d69

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ unreachable_pub = "warn"
6363
unsafe_op_in_unsafe_fn = "warn"
6464
[workspace.lints.clippy]
6565
all = "warn" # Downgrade deny-by-default lints
66-
pedantic = "warn"
66+
# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
6767
as_ptr_cast_mut = "warn"
6868
as_underscore = "warn"
6969
default_union_representation = "warn"

0 commit comments

Comments
 (0)