mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
remove runtime dependency on tools
This commit is contained in:
parent
8d1df9834c
commit
0e90e0436a
@ -33,8 +33,8 @@ ra_text_edit = { path = "../ra_text_edit" }
|
|||||||
ra_analysis = { path = "../ra_analysis" }
|
ra_analysis = { path = "../ra_analysis" }
|
||||||
gen_lsp_server = { path = "../gen_lsp_server" }
|
gen_lsp_server = { path = "../gen_lsp_server" }
|
||||||
ra_vfs = { path = "../ra_vfs" }
|
ra_vfs = { path = "../ra_vfs" }
|
||||||
tools = { path = "../tools" }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
test_utils = { path = "../test_utils" }
|
test_utils = { path = "../test_utils" }
|
||||||
|
tools = { path = "../tools" }
|
||||||
|
Loading…
Reference in New Issue
Block a user