diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-11-16 19:51:25 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-11-16 19:51:25 +0000 |
commit | d0357fc3b270d5b05665395b95958ac2a3d1c51a (patch) | |
tree | e3766c348d90f933b0f374b0a528e2ffc67d58fd /Cargo.lock | |
parent | c27fb3a0cafd01a699e78a36e711c00b39468a65 (diff) | |
parent | 5b54a93fe71137606674ff11dc57bc6e7eaa37f9 (diff) |
Merge #2280
2280: Add ast for plain and raw string literals r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
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 | ||