aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-04-24 16:01:32 +0100
committerEdwin Cheng <[email protected]>2019-04-25 19:03:55 +0100
commit299d97b6d98cec673ff056c188ac45a17febc7d4 (patch)
treecaec1cdbcd6350d26ebe984b3eca177079aa02b3 /Cargo.lock
parentdfab545d5df974d4a50325695a25f763b7613baf (diff)
Add handling `token` seperator in mbe
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8d4d4e776..be574ca53 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1063,6 +1063,7 @@ dependencies = [
1063 "ra_syntax 0.1.0", 1063 "ra_syntax 0.1.0",
1064 "ra_tt 0.1.0", 1064 "ra_tt 0.1.0",
1065 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1065 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1066 "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
1066] 1067]
1067 1068
1068[[package]] 1069[[package]]