diff options
author | Aleksey Kladov <[email protected]> | 2020-08-13 15:26:29 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-13 15:29:33 +0100 |
commit | b7aa4898e0841ab8199643f89a0caa967b698ca8 (patch) | |
tree | afb23bbff9fa1b39afc51f58b0e0175d55e3596c /crates/ra_hir_def | |
parent | ed20a857f485a471369cd99b843af19a4d875ad0 (diff) |
Rename ra_hir_expand -> hir_expand
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" } |