Skip to content

Commit d5f0262

Browse files
Rollup merge of #145781 - Kobzol:clippy-remove-profile, r=lqd
Remove profile section from Clippy To avoid workspace warnings. [This](rust-lang/rust#145749) subtree sync started causing warnings in Rust builds (rust-lang/rust#145777) because of the `profile` section in Clippy's `Cargo.toml` file. This profile section was added in rust-lang#13408 last year, and since it also caused issues then, it was later reverted. However, this change recently reappeared in [this commit](rust-lang@90364dd), so it is again causing issues for rust-lang/rust. This PR removes the profile section again. Fixes: rust-lang/rust#145777
2 parents 3170d45 + 9b118c5 commit d5f0262

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