aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-06-30 10:37:42 +0100
committerZac Pullar-Strecker <[email protected]>2020-06-30 10:42:44 +0100
commitd6f9e8806a26c5998a691974ba8e3655a2186766 (patch)
treeb25b2a853e08a52c443dc25ddbe1aa55e146a6a5 /crates/ra_ide
parentdc32f756e0958368648ac151aab1bde40102a506 (diff)
Remove unintentional changes
Diffstat (limited to 'crates/ra_ide')
-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" }