mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
switch to rustc_lexer crate
This commit is contained in:
parent
c705fff309
commit
7a9d7dd637
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ repository = "https://github.com/rust-analyzer/rust-analyzer"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
itertools = "0.8.0"
|
itertools = "0.8.0"
|
||||||
rowan = "0.6.1"
|
rowan = "0.6.1"
|
||||||
ra_rustc_lexer = { version = "0.1.0-pre.3", features = ["unicode-xid"] }
|
rustc_lexer = "0.1.0"
|
||||||
|
|
||||||
# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
|
# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
|
||||||
# to reduce number of compilations
|
# to reduce number of compilations
|
||||||
|
|
Loading…
Reference in a new issue