diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-08-17 13:30:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-08-17 13:30:33 +0100 |
commit | d15cf2c9600e0464b9bcd0273e7845efbf7bdeb5 (patch) | |
tree | 4d08163916538620cc356ed959e3674d49b3683b /crates/ra_cli/Cargo.toml | |
parent | c2dcabef2a3fab42bbdf1fa6f05e89a02dd6afa3 (diff) | |
parent | e751e4d8a366de45b4afe311eedfadcc0a47435c (diff) |
Merge #1693
1693: Remove cpuprofile dependencies r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_cli/Cargo.toml')
-rw-r--r-- | crates/ra_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 970cb1f82..9c2ebdad2 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -18,5 +18,5 @@ ra_db = { path = "../ra_db" } | |||
18 | 18 | ||
19 | [dependencies.ra_prof] | 19 | [dependencies.ra_prof] |
20 | path = "../ra_prof" | 20 | path = "../ra_prof" |
21 | # features = [ "cpuprofiler" ] | 21 | # features = [ "cpu_profiler" ] |
22 | # features = [ "jemalloc" ] | 22 | # features = [ "jemalloc" ] |