diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-28 12:52:45 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-28 12:52:45 +0000 |
commit | ebb19bb95c79671d5ef1e21a8fcb4daafc356490 (patch) | |
tree | daa75c52c641577945c44b0d4f9838772341988f /crates/ra_lsp_server | |
parent | 3432c4366f578b4f0a9a6e0384292d72e43ebf03 (diff) | |
parent | 2ee08098a6315aaab07f14c67db024ee0e95af3e (diff) |
Merge #697
697: opt-in jemalloc r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_lsp_server')
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 160d2f672..bb92747f2 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -34,3 +34,6 @@ ra_vfs = { path = "../ra_vfs" } | |||
34 | [dev-dependencies] | 34 | [dev-dependencies] |
35 | tempfile = "3" | 35 | tempfile = "3" |
36 | test_utils = { path = "../test_utils" } | 36 | test_utils = { path = "../test_utils" } |
37 | |||
38 | [features] | ||
39 | jemalloc = [ "ra_ide_api/jemalloc" ] | ||