Skip to content

Commit 06a9310

Browse files
committed
Revert "Temporarily disable broken clippy::pedantic lint group"
This reverts commit fdd4d69.
1 parent fdd4d69 commit 06a9310

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

0 commit comments

Comments
 (0)