diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-09 13:45:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-09 13:45:24 +0100 |
commit | 6132111f87a6891db28ce37909607034c228f7a9 (patch) | |
tree | 364b2e0662bb9fe7b0d4af4e933c62cac596d772 /crates/ra_ide/Cargo.toml | |
parent | 7566d7da8ab035a286f82a60b8e2c679158bc56c (diff) | |
parent | 117392e879f2732aacd029189de844bda286df2c (diff) |
Merge #5281
5281: Remove insta from ra_ide 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.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" } |