aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent42604c673d159edc1571732c6be1dc00a365b7be (diff)
Add ast for plain and raw string literals
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 16fbe7502..820cf2acc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -947,7 +947,6 @@ dependencies = [
947 "ra_hir 0.1.0", 947 "ra_hir 0.1.0",
948 "ra_syntax 0.1.0", 948 "ra_syntax 0.1.0",
949 "ra_text_edit 0.1.0", 949 "ra_text_edit 0.1.0",
950 "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
951 "test_utils 0.1.0", 950 "test_utils 0.1.0",
952] 951]
953 952