Skip to content

Commit 9e5d11d

Browse files
committed
Remove profile from Cargo.toml
To avoid warnings in rust-lang/rust.
1 parent 4129f5c commit 9e5d11d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,3 @@ harness = false
7171
[[test]]
7272
name = "dogfood"
7373
harness = false
74-
75-
# quine-mc_cluskey makes up a significant part of the runtime in dogfood
76-
# due to the number of conditions in the clippy_lints crate
77-
# and enabling optimizations for that specific dependency helps a bit
78-
# without increasing total build times.
79-
[profile.dev.package.quine-mc_cluskey]
80-
opt-level = 3

0 commit comments

Comments
 (0)