diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-06-26 11:09:20 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-06-26 11:09:20 +0100 |
commit | afd18dbcb8147cb83de408b7da310ee187faf3df (patch) | |
tree | 9d3875a48e6e02ccced8388909a29901ab58d8c7 /crates/ra_cli | |
parent | fc0f4ed6353174eb80229571e3e54993b1605e41 (diff) | |
parent | fa55b72c545703dec271c4c9ef64842294eaaabf (diff) |
Merge #1444
1444: move ra_prof dep where it belongs 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 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 301145b5d..b10873cd8 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -16,4 +16,7 @@ ra_ide_api = { path = "../ra_ide_api" } | |||
16 | ra_batch = { path = "../ra_batch" } | 16 | ra_batch = { path = "../ra_batch" } |
17 | ra_hir = { path = "../ra_hir" } | 17 | ra_hir = { path = "../ra_hir" } |
18 | ra_db = { path = "../ra_db" } | 18 | ra_db = { path = "../ra_db" } |
19 | ra_prof = { path = "../ra_prof" } | 19 | |
20 | [dependencies.ra_prof] | ||
21 | path = "../ra_prof" | ||
22 | # features = [ "cpuprofiler" ] | ||