about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-08-23 10:14:52 +0200
committerJakub Beránek <berykubik@gmail.com>2025-08-23 10:14:52 +0200
commit32b193c248b2538d8397c74fb6a55aef1730a6aa (patch)
tree53be094cf461ea733980b08139aa98ea516a1c8f
parent78b89ebb6b20cf50370335e14c5357a4388ac760 (diff)
downloadrust-32b193c248b2538d8397c74fb6a55aef1730a6aa.tar.gz
rust-32b193c248b2538d8397c74fb6a55aef1730a6aa.zip
Remove profile section from Clippy
To avoid workspace warnings.
-rw-r--r--src/tools/clippy/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tools/clippy/Cargo.toml b/src/tools/clippy/Cargo.toml
index 2add525b7e8..b3618932ded 100644
--- a/src/tools/clippy/Cargo.toml
+++ b/src/tools/clippy/Cargo.toml
@@ -65,13 +65,6 @@ harness = false
 name = "dogfood"
 harness = false
 
-# quine-mc_cluskey makes up a significant part of the runtime in dogfood
-# due to the number of conditions in the clippy_lints crate
-# and enabling optimizations for that specific dependency helps a bit
-# without increasing total build times.
-[profile.dev.package.quine-mc_cluskey]
-opt-level = 3
-
 [lints.rust.unexpected_cfgs]
 level = "warn"
 check-cfg = ['cfg(bootstrap)']