We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907b6a1 commit f38b569Copy full SHA for f38b569
src/tools/clippy/Cargo.toml
@@ -67,10 +67,3 @@ harness = false
67
[[test]]
68
name = "dogfood"
69
harness = false
70
-
71
-# quine-mc_cluskey makes up a significant part of the runtime in dogfood
72
-# due to the number of conditions in the clippy_lints crate
73
-# and enabling optimizations for that specific dependency helps a bit
74
-# without increasing total build times.
75
-[profile.dev.package.quine-mc_cluskey]
76
-opt-level = 3
0 commit comments