remove unused jemallocator crate

This commit is contained in:
Rémy Rakic 2022-01-28 16:56:05 +01:00
parent e0e70c0c2c
commit f9e0eb3b94
2 changed files with 1 additions and 16 deletions

View file

@ -15,11 +15,7 @@ version = '0.4.0'
optional = true
features = ['unprefixed_malloc_on_supported_platforms']
[dependencies.tikv-jemallocator]
version = '0.4.0'
optional = true
[features]
jemalloc = ['tikv-jemalloc-sys', 'tikv-jemallocator']
jemalloc = ['tikv-jemalloc-sys']
llvm = ['rustc_driver/llvm']
max_level_info = ['rustc_driver/max_level_info']