From db162df264a222021dbc7f1f93af94029f3948d9 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Fri, 27 Mar 2020 00:41:44 +0800 Subject: Remove deps on tt_mbe --- Cargo.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index bb39fe225..b9f58a074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -926,9 +926,9 @@ name = "ra_db" version = "0.1.0" dependencies = [ "ra_cfg", - "ra_proc_macro", "ra_prof", "ra_syntax", + "ra_tt", "relative-path", "rustc-hash", "salsa", @@ -1086,7 +1086,6 @@ dependencies = [ name = "ra_proc_macro" version = "0.1.0" dependencies = [ - "ra_mbe", "ra_tt", ] -- cgit v1.2.3