diff options
Diffstat (limited to 'crates/ra_hir_def')
-rw-r--r-- | crates/ra_hir_def/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_hir_def/Cargo.toml b/crates/ra_hir_def/Cargo.toml index 2b187bc4a..f93a213df 100644 --- a/crates/ra_hir_def/Cargo.toml +++ b/crates/ra_hir_def/Cargo.toml | |||
@@ -21,12 +21,11 @@ indexmap = "1.4.0" | |||
21 | smallvec = "1.4.0" | 21 | smallvec = "1.4.0" |
22 | 22 | ||
23 | stdx = { path = "../stdx" } | 23 | stdx = { path = "../stdx" } |
24 | |||
25 | arena = { path = "../arena" } | 24 | arena = { path = "../arena" } |
26 | base_db = { path = "../base_db" } | 25 | base_db = { path = "../base_db" } |
27 | syntax = { path = "../syntax" } | 26 | syntax = { path = "../syntax" } |
28 | profile = { path = "../profile" } | 27 | profile = { path = "../profile" } |
29 | hir_expand = { path = "../ra_hir_expand", package = "ra_hir_expand" } | 28 | hir_expand = { path = "../hir_expand" } |
30 | test_utils = { path = "../test_utils" } | 29 | test_utils = { path = "../test_utils" } |
31 | mbe = { path = "../mbe" } | 30 | mbe = { path = "../mbe" } |
32 | cfg = { path = "../cfg" } | 31 | cfg = { path = "../cfg" } |