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 78b89eb commit 32b193cCopy full SHA for 32b193c
src/tools/clippy/Cargo.toml
@@ -65,13 +65,6 @@ harness = false
65
name = "dogfood"
66
harness = false
67
68
-# quine-mc_cluskey makes up a significant part of the runtime in dogfood
69
-# due to the number of conditions in the clippy_lints crate
70
-# and enabling optimizations for that specific dependency helps a bit
71
-# without increasing total build times.
72
-[profile.dev.package.quine-mc_cluskey]
73
-opt-level = 3
74
-
75
[lints.rust.unexpected_cfgs]
76
level = "warn"
77
check-cfg = ['cfg(bootstrap)']
0 commit comments