mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Auto merge of #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.
This commit is contained in:
commit
0319586ef2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ rustc-hash.opt-level = 3
|
||||||
smol_str.opt-level = 3
|
smol_str.opt-level = 3
|
||||||
text-size.opt-level = 3
|
text-size.opt-level = 3
|
||||||
serde.opt-level = 3
|
serde.opt-level = 3
|
||||||
ra-salsa.opt-level = 3
|
salsa.opt-level = 3
|
||||||
# This speeds up `cargo xtask dist`.
|
# This speeds up `cargo xtask dist`.
|
||||||
miniz_oxide.opt-level = 3
|
miniz_oxide.opt-level = 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue