1772: switch to rustc_lexer crate r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-09-05 20:12:19 +00:00 committed by GitHub
commit 4576e6597e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ repository = "https://github.com/rust-analyzer/rust-analyzer"
[dependencies]
itertools = "0.8.0"
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
# to reduce number of compilations