about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-09-24 11:58:48 +0200
committerPhilipp Krones <hello@philkrones.com>2024-09-24 11:58:48 +0200
commitf38b569ab64ae85308d7750af43863d11a74973c (patch)
tree908c5e7160f618d2f6e8ee8ce47430e5b1b8ba90
parent907b6a1bc30f420c917e331ce006037b89d0e86e (diff)
downloadrust-f38b569ab64ae85308d7750af43863d11a74973c.tar.gz
rust-f38b569ab64ae85308d7750af43863d11a74973c.zip
Hotfix: remove profile from clippy Cargo.toml
-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 ddc27179ef2..cf810798d8c 100644
--- a/src/tools/clippy/Cargo.toml
+++ b/src/tools/clippy/Cargo.toml
@@ -67,10 +67,3 @@ harness = false
 [[test]]
 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