We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd4d69 commit 06a9310Copy full SHA for 06a9310
Cargo.toml
@@ -63,7 +63,7 @@ unreachable_pub = "warn"
63
unsafe_op_in_unsafe_fn = "warn"
64
[workspace.lints.clippy]
65
all = "warn" # Downgrade deny-by-default lints
66
-# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
+pedantic = "warn"
67
as_ptr_cast_mut = "warn"
68
as_underscore = "warn"
69
default_union_representation = "warn"
0 commit comments