diff options
-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" } | ||