aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-09 10:01:45 +0100
committerGitHub <[email protected]>2020-07-09 10:01:45 +0100
commitf9d41bd18fa8e51580f223464d200342de7c6d4a (patch)
treee0c8c3e22bcf2df355eedf60801cad3bbc275e15 /crates/ra_ide/Cargo.toml
parent9eb9b9df9f6adebb938029a86e47c0aa1eb0f678 (diff)
parent2aa27d612ebdcf1eb34fd22fde5f180a48c3a571 (diff)
Merge #5278
5278: expect should be a dev dep r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
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" }