aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-09 09:59:41 +0100
committerAleksey Kladov <[email protected]>2020-07-09 09:59:41 +0100
commit2aa27d612ebdcf1eb34fd22fde5f180a48c3a571 (patch)
treee0c8c3e22bcf2df355eedf60801cad3bbc275e15 /crates/ra_ide/Cargo.toml
parentb660681a6becdcd33d4ed8cbb167c2a3dc170990 (diff)
expect should be a dev dep
Diffstat (limited to 'crates/ra_ide/Cargo.toml')
-rw-r--r--crates/ra_ide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index 8e8892309..5c51828ea 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -28,7 +28,6 @@ ra_cfg = { path = "../ra_cfg" }
28ra_fmt = { path = "../ra_fmt" } 28ra_fmt = { path = "../ra_fmt" }
29ra_prof = { path = "../ra_prof" } 29ra_prof = { path = "../ra_prof" }
30test_utils = { path = "../test_utils" } 30test_utils = { path = "../test_utils" }
31expect = { path = "../expect" }
32ra_assists = { path = "../ra_assists" } 31ra_assists = { path = "../ra_assists" }
33ra_ssr = { path = "../ra_ssr" } 32ra_ssr = { path = "../ra_ssr" }
34 33
@@ -38,3 +37,4 @@ hir = { path = "../ra_hir", package = "ra_hir" }
38 37
39[dev-dependencies] 38[dev-dependencies]
40insta = "0.16.0" 39insta = "0.16.0"
40expect = { path = "../expect" }