mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Move IdxRange
into la_arena
This commit is contained in:
parent
3a79af7e27
commit
dce5c640f8
11 changed files with 137 additions and 76 deletions
|
@ -17,7 +17,7 @@ serde = { version = "1.0.106", features = ["derive"] }
|
|||
serde_json = "1.0.48"
|
||||
anyhow = "1.0.26"
|
||||
expect-test = "1.2.0-pre.1"
|
||||
la-arena = { version = "0.2.0", path = "../../lib/arena" }
|
||||
la-arena = { version = "0.3.0", path = "../../lib/arena" }
|
||||
|
||||
cfg = { path = "../cfg", version = "0.0.0" }
|
||||
base_db = { path = "../base_db", version = "0.0.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue