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 4129f5c commit 9e5d11dCopy full SHA for 9e5d11d
Cargo.toml
@@ -71,10 +71,3 @@ harness = false
71
[[test]]
72
name = "dogfood"
73
harness = false
74
-
75
-# quine-mc_cluskey makes up a significant part of the runtime in dogfood
76
-# due to the number of conditions in the clippy_lints crate
77
-# and enabling optimizations for that specific dependency helps a bit
78
-# without increasing total build times.
79
-[profile.dev.package.quine-mc_cluskey]
80
-opt-level = 3
0 commit comments