From a426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 Mon Sep 17 00:00:00 2001 From: Shotaro Yamada Date: Tue, 9 Jul 2019 00:28:00 +0900 Subject: Remove unused dependencies --- crates/ra_db/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/ra_db/Cargo.toml') diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml index f73dd739a..7a13c247b 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml @@ -9,7 +9,5 @@ salsa = "0.12.3" relative-path = "0.4.0" rustc-hash = "1.0" -ra_arena = { path = "../ra_arena" } ra_syntax = { path = "../ra_syntax" } ra_prof = { path = "../ra_prof" } -test_utils = { path = "../test_utils" } -- cgit v1.2.3