File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,8 @@ stdx = { path = "../stdx" }
3434lsp-server = " 0.3.3"
3535flycheck = { path = " ../flycheck" }
3636ra_ide = { path = " ../ra_ide" }
37- ra_ide_db = { path = " ../ra_ide_db" }
3837ra_prof = { path = " ../ra_prof" }
3938ra_project_model = { path = " ../ra_project_model" }
40- ra_ssr = { path = " ../ra_ssr" }
4139ra_syntax = { path = " ../ra_syntax" }
4240ra_text_edit = { path = " ../ra_text_edit" }
4341vfs = { path = " ../vfs" }
@@ -47,6 +45,8 @@ ra_toolchain = { path = "../ra_toolchain" }
4745
4846# This should only be used in CLI
4947ra_db = { path = " ../ra_db" }
48+ ra_ide_db = { path = " ../ra_ide_db" }
49+ ra_ssr = { path = " ../ra_ssr" }
5050hir = { path = " ../ra_hir" , package = " ra_hir" }
5151hir_def = { path = " ../ra_hir_def" , package = " ra_hir_def" }
5252hir_ty = { path = " ../ra_hir_ty" , package = " ra_hir_ty" }
You can’t perform that action at this time.
0 commit comments