aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-05 21:12:19 +0100
committerGitHub <[email protected]>2019-09-05 21:12:19 +0100
commit4576e6597e0778ecb3f204ff781011610fba3631 (patch)
tree8ff12800097a78b9f05707809c034d0388401e60 /crates
parent419eec3d2f3db71ce317d08342b59abd764dd324 (diff)
parent7a9d7dd637d226f9bcfbab568995236eb77a40a9 (diff)
Merge #1772
1772: switch to rustc_lexer crate r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_syntax/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml
index 0ead277b2..d3a8b516a 100644
--- a/crates/ra_syntax/Cargo.toml
+++ b/crates/ra_syntax/Cargo.toml
@@ -10,7 +10,7 @@ repository = "https://github.com/rust-analyzer/rust-analyzer"
10[dependencies] 10[dependencies]
11itertools = "0.8.0" 11itertools = "0.8.0"
12rowan = "0.6.1" 12rowan = "0.6.1"
13ra_rustc_lexer = { version = "0.1.0-pre.3", features = ["unicode-xid"] } 13rustc_lexer = "0.1.0"
14 14
15# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here 15# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
16# to reduce number of compilations 16# to reduce number of compilations