From 8f56e7c3b1220ed0b065e97a9061e59284ac1df1 Mon Sep 17 00:00:00 2001 From: Zac Pullar-Strecker Date: Wed, 10 Jun 2020 14:21:00 +1200 Subject: Generate correct symbol filename for relative links --- crates/ra_ide/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_ide/Cargo.toml') 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" } ra_project_model = { path = "../ra_project_model" } ra_hir_def = { path = "../ra_hir_def" } ra_tt = { path = "../ra_tt" } +ra_hir_expand = { path = "../ra_hir_expand" } # ra_ide should depend only on the top-level `hir` package. if you need # something from some `hir_xxx` subpackage, reexport the API via `hir`. -- cgit v1.2.3