diff options
author | Zac Pullar-Strecker <[email protected]> | 2020-06-10 03:21:00 +0100 |
---|---|---|
committer | Zac Pullar-Strecker <[email protected]> | 2020-06-30 09:02:46 +0100 |
commit | 8f56e7c3b1220ed0b065e97a9061e59284ac1df1 (patch) | |
tree | e474ef697d9cf7becce938476920f36eb4572850 /crates/ra_ide/Cargo.toml | |
parent | f497f6b4e048614094a9b38efe98cbb098013d18 (diff) |
Generate correct symbol filename for relative links
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index fa925fc5a..219ad33e6 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -35,6 +35,7 @@ ra_ssr = { path = "../ra_ssr" } | |||
35 | ra_project_model = { path = "../ra_project_model" } | 35 | ra_project_model = { path = "../ra_project_model" } |
36 | ra_hir_def = { path = "../ra_hir_def" } | 36 | ra_hir_def = { path = "../ra_hir_def" } |
37 | ra_tt = { path = "../ra_tt" } | 37 | ra_tt = { path = "../ra_tt" } |
38 | ra_hir_expand = { path = "../ra_hir_expand" } | ||
38 | 39 | ||
39 | # ra_ide should depend only on the top-level `hir` package. if you need | 40 | # ra_ide should depend only on the top-level `hir` package. if you need |
40 | # something from some `hir_xxx` subpackage, reexport the API via `hir`. | 41 | # something from some `hir_xxx` subpackage, reexport the API via `hir`. |