Skip to content

Commit

Permalink
Revert "Temporarily disable broken clippy::pedantic lint group"
Browse files Browse the repository at this point in the history
This reverts commit 9f85583.
  • Loading branch information
taiki-e committed Mar 3, 2025
1 parent 9f85583 commit 13fb477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "warn"
[workspace.lints.clippy]
all = "warn" # Downgrade deny-by-default lints
# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
pedantic = "warn"
as_ptr_cast_mut = "warn"
as_underscore = "warn"
default_union_representation = "warn"
Expand Down

0 comments on commit 13fb477

Please sign in to comment.