diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-25 09:02:54 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-25 09:02:54 +0000 |
commit | 958df1276e3d97b189dcd9de974564011c70ef62 (patch) | |
tree | a13de9e2de33ec86524d360acaa0793540363c2f /crates/ra_ide_api/Cargo.toml | |
parent | afe96b75eae99fe2dcd7fb7c99e15507290b3d5f (diff) | |
parent | 36cb58f76d702d87f445ee7eefe26a0bc1ee3811 (diff) |
Merge #1019
1019: structure moved to ra_ide_api r=matklad a=pasa
structure subtask for #1009
Co-authored-by: Sergey Parilin <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index c64226801..45bab4e28 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -20,7 +20,6 @@ jemallocator = { version = "0.1.9", optional = true } | |||
20 | jemalloc-ctl = { version = "0.2.0", optional = true } | 20 | jemalloc-ctl = { version = "0.2.0", optional = true } |
21 | 21 | ||
22 | ra_syntax = { path = "../ra_syntax" } | 22 | ra_syntax = { path = "../ra_syntax" } |
23 | ra_ide_api_light = { path = "../ra_ide_api_light" } | ||
24 | ra_text_edit = { path = "../ra_text_edit" } | 23 | ra_text_edit = { path = "../ra_text_edit" } |
25 | ra_db = { path = "../ra_db" } | 24 | ra_db = { path = "../ra_db" } |
26 | ra_fmt = { path = "../ra_fmt" } | 25 | ra_fmt = { path = "../ra_fmt" } |