update remap path of rust-analyzer-proc-macro-srv alias
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
96561a8fd1
commit
d413ad8f64
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ impl PathSet {
|
|||
const PATH_REMAP: &[(&str, &[&str])] = &[
|
||||
// config.toml uses `rust-analyzer-proc-macro-srv`, but the
|
||||
// actual path is `proc-macro-srv-cli`
|
||||
("rust-analyzer-proc-macro-srv", &["proc-macro-srv-cli"]),
|
||||
("rust-analyzer-proc-macro-srv", &["src/tools/rust-analyzer/crates/proc-macro-srv-cli"]),
|
||||
// Make `x test tests` function the same as `x t tests/*`
|
||||
(
|
||||
"tests",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue