aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_lsp_server
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-06-30 11:30:17 +0100
committerAleksey Kladov <[email protected]>2019-06-30 11:30:17 +0100
commit18a1e092e9406c6670cd38d17997325bba7bbfdc (patch)
tree65284e826535842d1a28db8713881151000da874 /crates/ra_lsp_server
parente18389d2684a8da9937fe37f9598fabf67c65fee (diff)
Move memory usage statistics to ra_prof
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r--crates/ra_lsp_server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml
index a1fcf6cee..4491b8590 100644
--- a/crates/ra_lsp_server/Cargo.toml
+++ b/crates/ra_lsp_server/Cargo.toml
@@ -32,4 +32,4 @@ tempfile = "3"
32test_utils = { path = "../test_utils" } 32test_utils = { path = "../test_utils" }
33 33
34[features] 34[features]
35jemalloc = [ "ra_ide_api/jemalloc" ] 35jemalloc = [ "ra_prof/jemalloc" ]