aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_expand/Cargo.toml
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-04-21 18:44:21 +0100
committerEdwin Cheng <[email protected]>2020-04-21 18:44:21 +0100
commit4a303366c85850f5af60d21ed53d1c59fc468e29 (patch)
tree26186b4707e343cb8ef4fac44f2fed373a6db9fe /crates/ra_hir_expand/Cargo.toml
parentec645f2d75d2939a2f64959019dd916750f1ec00 (diff)
Improve remove dervie attrs
Diffstat (limited to 'crates/ra_hir_expand/Cargo.toml')
-rw-r--r--crates/ra_hir_expand/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir_expand/Cargo.toml b/crates/ra_hir_expand/Cargo.toml
index d6e3c1f76..2cd522766 100644
--- a/crates/ra_hir_expand/Cargo.toml
+++ b/crates/ra_hir_expand/Cargo.toml
@@ -18,3 +18,4 @@ ra_parser = { path = "../ra_parser" }
18ra_prof = { path = "../ra_prof" } 18ra_prof = { path = "../ra_prof" }
19tt = { path = "../ra_tt", package = "ra_tt" } 19tt = { path = "../ra_tt", package = "ra_tt" }
20mbe = { path = "../ra_mbe", package = "ra_mbe" } 20mbe = { path = "../ra_mbe", package = "ra_mbe" }
21test_utils = { path = "../test_utils"}