diff options
author | JmPotato <[email protected]> | 2020-08-11 07:35:15 +0100 |
---|---|---|
committer | JmPotato <[email protected]> | 2020-08-11 07:35:15 +0100 |
commit | b69dfddb572b9182f4880065ca5034aba8b15ce3 (patch) | |
tree | a4b9d99f71b4ac4db9dfa92e335928490e9a4c65 /crates/ra_assists/Cargo.toml | |
parent | ace75f95905564a34f46be57ead51828844da745 (diff) |
Remove redundant dependencies
Signed-off-by: JmPotato <[email protected]>
Diffstat (limited to 'crates/ra_assists/Cargo.toml')
-rw-r--r-- | crates/ra_assists/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml index a436e861d..bd2905f08 100644 --- a/crates/ra_assists/Cargo.toml +++ b/crates/ra_assists/Cargo.toml | |||
@@ -22,5 +22,4 @@ ra_prof = { path = "../ra_prof" } | |||
22 | ra_db = { path = "../ra_db" } | 22 | ra_db = { path = "../ra_db" } |
23 | ra_ide_db = { path = "../ra_ide_db" } | 23 | ra_ide_db = { path = "../ra_ide_db" } |
24 | hir = { path = "../ra_hir", package = "ra_hir" } | 24 | hir = { path = "../ra_hir", package = "ra_hir" } |
25 | hir_expand = { path = "../ra_hir_expand", package = "ra_hir_expand" } | ||
26 | test_utils = { path = "../test_utils" } | 25 | test_utils = { path = "../test_utils" } |