mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
remove runtime dependency on tools
This commit is contained in:
parent
8d1df9834c
commit
0e90e0436a
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue