diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-09 10:01:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-09 10:01:45 +0100 |
commit | f9d41bd18fa8e51580f223464d200342de7c6d4a (patch) | |
tree | e0c8c3e22bcf2df355eedf60801cad3bbc275e15 /crates/ra_ide | |
parent | 9eb9b9df9f6adebb938029a86e47c0aa1eb0f678 (diff) | |
parent | 2aa27d612ebdcf1eb34fd22fde5f180a48c3a571 (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')
-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" } | ||