Skip to content

Commit f38b569

Browse files
committed
Hotfix: remove profile from clippy Cargo.toml
1 parent 907b6a1 commit f38b569

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/clippy/Cargo.toml

-7
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,3 @@ harness = false
6767
[[test]]
6868
name = "dogfood"
6969
harness = false
70-
71-
# quine-mc_cluskey makes up a significant part of the runtime in dogfood
72-
# due to the number of conditions in the clippy_lints crate
73-
# and enabling optimizations for that specific dependency helps a bit
74-
# without increasing total build times.
75-
[profile.dev.package.quine-mc_cluskey]
76-
opt-level = 3

0 commit comments

Comments
 (0)