aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r--crates/ra_ide/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index 642b71937..d0eb018d5 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -35,7 +35,6 @@ ra_prof = { path = "../ra_prof" }
35test_utils = { path = "../test_utils" } 35test_utils = { path = "../test_utils" }
36ra_assists = { path = "../ra_assists" } 36ra_assists = { path = "../ra_assists" }
37ra_ssr = { path = "../ra_ssr" } 37ra_ssr = { path = "../ra_ssr" }
38ra_project_model = { path = "../ra_project_model" }
39ra_hir_def = { path = "../ra_hir_def" } 38ra_hir_def = { path = "../ra_hir_def" }
40ra_tt = { path = "../ra_tt" } 39ra_tt = { path = "../ra_tt" }
41ra_parser = { path = "../ra_parser" } 40ra_parser = { path = "../ra_parser" }