Remove insta from ra_ide

This commit is contained in:
Aleksey Kladov 2020-07-09 14:33:57 +02:00
parent fb0bc941a5
commit 117392e879
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1127,7 +1127,6 @@ dependencies = [
"either",
"expect",
"indexmap",
"insta",
"itertools",
"log",
"ra_assists",

View file

@ -36,5 +36,4 @@ ra_ssr = { path = "../ra_ssr" }
hir = { path = "../ra_hir", package = "ra_hir" }
[dev-dependencies]
insta = "0.16.0"
expect = { path = "../expect" }