Skip to content

Commit 12d63d9

Browse files
committed
Auto merge of rust-lang#18297 - ShoyuVanilla:salsa-package-profile, r=davidbarsky
minor: `ra-salsa` in `profile.dev.package` Since `ra-salsa`'s package name is actually `salsa` it makes the following warning in `cargo` commands; ``` warning: profile package spec `ra-salsa` in profile `dev` did not match any packages ``` and the opt level isn't applied to it.
2 parents d4e5c24 + 004e974 commit 12d63d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rustc-hash.opt-level = 3
2020
smol_str.opt-level = 3
2121
text-size.opt-level = 3
2222
serde.opt-level = 3
23-
ra-salsa.opt-level = 3
23+
salsa.opt-level = 3
2424
# This speeds up `cargo xtask dist`.
2525
miniz_oxide.opt-level = 3
2626

0 commit comments

Comments
 (0)