diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-10 23:49:51 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-06-10 23:49:51 +0100 |
commit | 3f5f9f0560fa662e770b607f05ec4881e4d011c5 (patch) | |
tree | 0f9009e016d326a6df81bec95a03281db3bf7d07 /crates/ra_cli | |
parent | 1c867b4e67126350579d6d598efeb6c03b503ddc (diff) | |
parent | 10d34532e3e96ffd92c11e667deb453188c28282 (diff) |
Merge #1391
1391: rename tools -> ra_tools r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_cli')
-rw-r--r-- | crates/ra_cli/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 328b2436f..3117f4fda 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -14,7 +14,6 @@ indicatif = "0.11.0" | |||
14 | 14 | ||
15 | ra_syntax = { path = "../ra_syntax" } | 15 | ra_syntax = { path = "../ra_syntax" } |
16 | ra_ide_api = { path = "../ra_ide_api" } | 16 | ra_ide_api = { path = "../ra_ide_api" } |
17 | tools = { path = "../tools" } | ||
18 | ra_batch = { path = "../ra_batch" } | 17 | ra_batch = { path = "../ra_batch" } |
19 | ra_hir = { path = "../ra_hir" } | 18 | ra_hir = { path = "../ra_hir" } |
20 | ra_db = { path = "../ra_db" } | 19 | ra_db = { path = "../ra_db" } |