diff options
author | Aleksey Kladov <[email protected]> | 2020-07-09 09:59:41 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-09 09:59:41 +0100 |
commit | 2aa27d612ebdcf1eb34fd22fde5f180a48c3a571 (patch) | |
tree | e0c8c3e22bcf2df355eedf60801cad3bbc275e15 | |
parent | b660681a6becdcd33d4ed8cbb167c2a3dc170990 (diff) |
expect should be a dev dep
-rw-r--r-- | crates/ra_ide/Cargo.toml | 2 |
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" } | |||
28 | ra_fmt = { path = "../ra_fmt" } | 28 | ra_fmt = { path = "../ra_fmt" } |
29 | ra_prof = { path = "../ra_prof" } | 29 | ra_prof = { path = "../ra_prof" } |
30 | test_utils = { path = "../test_utils" } | 30 | test_utils = { path = "../test_utils" } |
31 | expect = { path = "../expect" } | ||
32 | ra_assists = { path = "../ra_assists" } | 31 | ra_assists = { path = "../ra_assists" } |
33 | ra_ssr = { path = "../ra_ssr" } | 32 | ra_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] |
40 | insta = "0.16.0" | 39 | insta = "0.16.0" |
40 | expect = { path = "../expect" } | ||