mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 02:39:32 +00:00
Remove salsa from proc-macro server dep tree
This commit is contained in:
parent
2780dfd80c
commit
3d63140758
9 changed files with 88 additions and 15 deletions
|
@ -21,7 +21,8 @@ syntax.workspace = true
|
|||
parser.workspace = true
|
||||
tt.workspace = true
|
||||
stdx.workspace = true
|
||||
span.workspace = true
|
||||
# span = {workspace = true, default-features = false} does not work
|
||||
span = { path = "../span", version = "0.0.0", default-features = false}
|
||||
intern.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue