remove runtime dependency on tools

This commit is contained in:
Aleksey Kladov 2018-12-30 15:28:54 +03:00
parent 8d1df9834c
commit 0e90e0436a

View File

@ -33,8 +33,8 @@ ra_text_edit = { path = "../ra_text_edit" }
ra_analysis = { path = "../ra_analysis" }
gen_lsp_server = { path = "../gen_lsp_server" }
ra_vfs = { path = "../ra_vfs" }
tools = { path = "../tools" }
[dev-dependencies]
tempdir = "0.3.7"
test_utils = { path = "../test_utils" }
tools = { path = "../tools" }