From 1c5800dee89b14406e816accf41c597e7860aff8 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 10 Sep 2019 14:27:08 +0300 Subject: "Fix" mbe to work with decomposed tokens We regressed $i * 2 where $i = 1 + 1, need to fix that! --- crates/ra_mbe/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/ra_mbe/Cargo.toml') diff --git a/crates/ra_mbe/Cargo.toml b/crates/ra_mbe/Cargo.toml index 68f559295..b058dde91 100644 --- a/crates/ra_mbe/Cargo.toml +++ b/crates/ra_mbe/Cargo.toml @@ -12,3 +12,7 @@ itertools = "0.8.0" rustc-hash = "1.0.0" smallvec = "0.6.9" log = "0.4.5" + +[dev-dependencies] +test_utils = { path = "../test_utils" } + -- cgit v1.2.3