diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-09-24 11:58:48 +0200 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-09-24 11:58:48 +0200 |
| commit | 4108c6e5a0d0f6839f7586ae9681fb7ca4fc2f49 (patch) | |
| tree | 4b07791f75a8144078c1060526c5340d255798cd | |
| parent | b61fcbee76f8e862c1de7523058e7e8a8b4ed4ef (diff) | |
| download | rust-4108c6e5a0d0f6839f7586ae9681fb7ca4fc2f49.tar.gz rust-4108c6e5a0d0f6839f7586ae9681fb7ca4fc2f49.zip | |
Hotfix: remove profile from clippy Cargo.toml
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml index ddc27179ef2..cf810798d8c 100644 --- a/Cargo.toml +++ b/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 |
