mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 13:18:47 +00:00
Remove insta from ra_ide
This commit is contained in:
parent
fb0bc941a5
commit
117392e879
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1127,7 +1127,6 @@ dependencies = [
|
|||
"either",
|
||||
"expect",
|
||||
"indexmap",
|
||||
"insta",
|
||||
"itertools",
|
||||
"log",
|
||||
"ra_assists",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue