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 aa582fd commit fdd4d69Copy full SHA for fdd4d69
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"
+# pedantic = "warn" # TODO: ICE https://github.com/rust-lang/rust/issues/137640
67
as_ptr_cast_mut = "warn"
68
as_underscore = "warn"
69
default_union_representation = "warn"
0 commit comments