aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-11-16 19:50:41 +0000
committerAleksey Kladov <[email protected]>2019-11-16 19:50:41 +0000
commit5b54a93fe71137606674ff11dc57bc6e7eaa37f9 (patch)
treee3766c348d90f933b0f374b0a528e2ffc67d58fd /crates/ra_assists/Cargo.toml
parent42604c673d159edc1571732c6be1dc00a365b7be (diff)
Add ast for plain and raw string literals
Diffstat (limited to 'crates/ra_assists/Cargo.toml')
-rw-r--r--crates/ra_assists/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml
index beebccbd9..125c6222d 100644
--- a/crates/ra_assists/Cargo.toml
+++ b/crates/ra_assists/Cargo.toml
@@ -8,7 +8,6 @@ authors = ["rust-analyzer developers"]
8format-buf = "1.0.0" 8format-buf = "1.0.0"
9join_to_string = "0.1.3" 9join_to_string = "0.1.3"
10itertools = "0.8.0" 10itertools = "0.8.0"
11rustc_lexer = "0.1.0"
12 11
13ra_syntax = { path = "../ra_syntax" } 12ra_syntax = { path = "../ra_syntax" }
14ra_text_edit = { path = "../ra_text_edit" } 13ra_text_edit = { path = "../ra_text_edit" }