expect should be a dev dep

This commit is contained in:
Aleksey Kladov 2020-07-09 10:59:41 +02:00
parent b660681a6b
commit 2aa27d612e

View file

@ -28,7 +28,6 @@ ra_cfg = { path = "../ra_cfg" }
ra_fmt = { path = "../ra_fmt" }
ra_prof = { path = "../ra_prof" }
test_utils = { path = "../test_utils" }
expect = { path = "../expect" }
ra_assists = { path = "../ra_assists" }
ra_ssr = { path = "../ra_ssr" }
@ -38,3 +37,4 @@ hir = { path = "../ra_hir", package = "ra_hir" }
[dev-dependencies]
insta = "0.16.0"
expect = { path = "../expect" }