Skip to content

Commit

Permalink
Temporarily disable broken clippy::pedantic lint group
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 26, 2025
1 parent 23b545c commit 9f85583
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"
# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
as_ptr_cast_mut = "warn"
as_underscore = "warn"
default_union_representation = "warn"
Expand Down

0 comments on commit 9f85583

Please sign in to comment.