aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-10 12:27:08 +0100
committerAleksey Kladov <[email protected]>2019-09-10 13:56:05 +0100
commit1c5800dee89b14406e816accf41c597e7860aff8 (patch)
tree5977cce69d65da94d2b818c70ba10ecbc8634cab /Cargo.lock
parent40170885e799ebdefb24ed00865cd1c7800af491 (diff)
"Fix" mbe to work with decomposed tokens
We regressed $i * 2 where $i = 1 + 1, need to fix that!
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 9092a87d3..6f1e4128b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1051,6 +1051,7 @@ dependencies = [
1051 "ra_tt 0.1.0", 1051 "ra_tt 0.1.0",
1052 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 1052 "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1053 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", 1053 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
1054 "test_utils 0.1.0",
1054] 1055]
1055 1056
1056[[package]] 1057[[package]]