Skip to content

Commit

Permalink
Auto merge of rust-lang#18297 - ShoyuVanilla:salsa-package-profile, r…
Browse files Browse the repository at this point in the history
…=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.
  • Loading branch information
bors committed Oct 14, 2024
2 parents d4e5c24 + 004e974 commit 12d63d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/rust-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rustc-hash.opt-level = 3
smol_str.opt-level = 3
text-size.opt-level = 3
serde.opt-level = 3
ra-salsa.opt-level = 3
salsa.opt-level = 3
# This speeds up `cargo xtask dist`.
miniz_oxide.opt-level = 3

Expand Down

0 comments on commit 12d63d9

Please sign in to comment.