diff options
author | Aleksey Kladov <[email protected]> | 2020-07-09 13:33:57 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-09 13:33:57 +0100 |
commit | 117392e879f2732aacd029189de844bda286df2c (patch) | |
tree | 364b2e0662bb9fe7b0d4af4e933c62cac596d772 /crates | |
parent | fb0bc941a504e2ef5cf8766e0faa58bfeaecc712 (diff) |
Remove insta from ra_ide
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index 5c51828ea..df2fad520 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -36,5 +36,4 @@ ra_ssr = { path = "../ra_ssr" } | |||
36 | hir = { path = "../ra_hir", package = "ra_hir" } | 36 | hir = { path = "../ra_hir", package = "ra_hir" } |
37 | 37 | ||
38 | [dev-dependencies] | 38 | [dev-dependencies] |
39 | insta = "0.16.0" | ||
40 | expect = { path = "../expect" } | 39 | expect = { path = "../expect" } |