mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-19 01:50:32 +00:00
When building an item-tree, keep fewer nodes in memory
This commit is contained in:
parent
842ed790ea
commit
b38414c7f4
3 changed files with 27 additions and 9 deletions
|
@ -12,7 +12,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
itertools = "0.10.0"
|
||||
rowan = "0.10.1"
|
||||
rowan = "0.10.3"
|
||||
rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc-hash = "1.1.0"
|
||||
arrayvec = "0.5.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue