Hotfix: remove profile from clippy Cargo.toml

This commit is contained in:
Philipp Krones 2024-09-24 11:58:48 +02:00
parent 907b6a1bc3
commit f38b569ab6
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View File

@ -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