aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-06-09 08:53:09 +0100
committerZac Pullar-Strecker <[email protected]>2020-06-30 09:02:46 +0100
commit68ee0337622f4025202687ccfac79c04d2046de8 (patch)
tree65f52f88ad89d3e969e8f766ef9cf8f75c173d5c /crates/ra_ide/Cargo.toml
parent2023af53f09ed9466c6d7442d6830276eba19b45 (diff)
URL doc outputs in hover
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r--crates/ra_ide/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index e5fdf5aa1..fa925fc5a 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -34,6 +34,7 @@ ra_assists = { path = "../ra_assists" }
34ra_ssr = { path = "../ra_ssr" } 34ra_ssr = { path = "../ra_ssr" }
35ra_project_model = { path = "../ra_project_model" } 35ra_project_model = { path = "../ra_project_model" }
36ra_hir_def = { path = "../ra_hir_def" } 36ra_hir_def = { path = "../ra_hir_def" }
37ra_tt = { path = "../ra_tt" }
37 38
38# ra_ide should depend only on the top-level `hir` package. if you need 39# ra_ide should depend only on the top-level `hir` package. if you need
39# something from some `hir_xxx` subpackage, reexport the API via `hir`. 40# something from some `hir_xxx` subpackage, reexport the API via `hir`.