diff options
Diffstat (limited to 'crates/ra_prof/Cargo.toml')
-rw-r--r-- | crates/ra_prof/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml index eabfcebb0..db9b59ed6 100644 --- a/crates/ra_prof/Cargo.toml +++ b/crates/ra_prof/Cargo.toml | |||
@@ -24,4 +24,4 @@ cpu_profiler = [] | |||
24 | # Uncomment to enable for the whole crate graph | 24 | # Uncomment to enable for the whole crate graph |
25 | # default = [ "backtrace" ] | 25 | # default = [ "backtrace" ] |
26 | # default = [ "jemalloc" ] | 26 | # default = [ "jemalloc" ] |
27 | # default = [ "cpu_profiler" ] | 27 | default = [ "cpu_profiler" ] |