Skip to content

Commit 29dac8c

Browse files
committed
Revert "Temporarily disable broken clippy::pedantic lint group"
This reverts commit ee0cd59.
1 parent ee0cd59 commit 29dac8c

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" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
67+
pedantic = "warn"
6868
as_ptr_cast_mut = "warn"
6969
as_underscore = "warn"
7070
default_union_representation = "warn"

0 commit comments

Comments
 (0)