diff options
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" ] |