Skip to content

Commit 32b193c

Browse files
committed
Remove profile section from Clippy
To avoid workspace warnings.
1 parent 78b89eb commit 32b193c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/clippy/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ harness = false
6565
name = "dogfood"
6666
harness = false
6767

68-
# quine-mc_cluskey makes up a significant part of the runtime in dogfood
69-
# due to the number of conditions in the clippy_lints crate
70-
# and enabling optimizations for that specific dependency helps a bit
71-
# without increasing total build times.
72-
[profile.dev.package.quine-mc_cluskey]
73-
opt-level = 3
74-
7568
[lints.rust.unexpected_cfgs]
7669
level = "warn"
7770
check-cfg = ['cfg(bootstrap)']

0 commit comments

Comments
 (0)