diff options
-rw-r--r-- | crates/rust-analyzer/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 97d9bf5d4..803755106 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml | |||
@@ -34,10 +34,8 @@ stdx = { path = "../stdx" } | |||
34 | lsp-server = "0.3.3" | 34 | lsp-server = "0.3.3" |
35 | flycheck = { path = "../flycheck" } | 35 | flycheck = { path = "../flycheck" } |
36 | ra_ide = { path = "../ra_ide" } | 36 | ra_ide = { path = "../ra_ide" } |
37 | ra_ide_db = { path = "../ra_ide_db" } | ||
38 | ra_prof = { path = "../ra_prof" } | 37 | ra_prof = { path = "../ra_prof" } |
39 | ra_project_model = { path = "../ra_project_model" } | 38 | ra_project_model = { path = "../ra_project_model" } |
40 | ra_ssr = { path = "../ra_ssr" } | ||
41 | ra_syntax = { path = "../ra_syntax" } | 39 | ra_syntax = { path = "../ra_syntax" } |
42 | ra_text_edit = { path = "../ra_text_edit" } | 40 | ra_text_edit = { path = "../ra_text_edit" } |
43 | vfs = { path = "../vfs" } | 41 | vfs = { path = "../vfs" } |
@@ -47,6 +45,8 @@ ra_toolchain = { path = "../ra_toolchain" } | |||
47 | 45 | ||
48 | # This should only be used in CLI | 46 | # This should only be used in CLI |
49 | ra_db = { path = "../ra_db" } | 47 | ra_db = { path = "../ra_db" } |
48 | ra_ide_db = { path = "../ra_ide_db" } | ||
49 | ra_ssr = { path = "../ra_ssr" } | ||
50 | hir = { path = "../ra_hir", package = "ra_hir" } | 50 | hir = { path = "../ra_hir", package = "ra_hir" } |
51 | hir_def = { path = "../ra_hir_def", package = "ra_hir_def" } | 51 | hir_def = { path = "../ra_hir_def", package = "ra_hir_def" } |
52 | hir_ty = { path = "../ra_hir_ty", package = "ra_hir_ty" } | 52 | hir_ty = { path = "../ra_hir_ty", package = "ra_hir_ty" } |