aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/Cargo.toml
diff options
context:
space:
mode:
authorMikhail Rakhmanov <[email protected]>2020-05-22 21:28:30 +0100
committerMikhail Rakhmanov <[email protected]>2020-05-22 21:28:30 +0100
commit5cd4eb6dd6d8c733077a6aeea5d2cc0812ded096 (patch)
treedffc23552eb6e77c50966fa155ed8a56b418c5f0 /crates/ra_assists/Cargo.toml
parentd4daca9f02ec46be1beef79e9ed647a3a24e2434 (diff)
Add preliminary implementation of extract struct from enum variant
Diffstat (limited to 'crates/ra_assists/Cargo.toml')
-rw-r--r--crates/ra_assists/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml
index 3bcf58ba4..f3481bdeb 100644
--- a/crates/ra_assists/Cargo.toml
+++ b/crates/ra_assists/Cargo.toml
@@ -20,5 +20,6 @@ ra_fmt = { path = "../ra_fmt" }
20ra_prof = { path = "../ra_prof" } 20ra_prof = { path = "../ra_prof" }
21ra_db = { path = "../ra_db" } 21ra_db = { path = "../ra_db" }
22ra_ide_db = { path = "../ra_ide_db" } 22ra_ide_db = { path = "../ra_ide_db" }
23hir_expand = { path = "../ra_hir_expand", package = "ra_hir_expand" }
23hir = { path = "../ra_hir", package = "ra_hir" } 24hir = { path = "../ra_hir", package = "ra_hir" }
24test_utils = { path = "../test_utils" } 25test_utils = { path = "../test_utils" }