Rollup merge of #93431 - lqd:remove-jemallocator, r=Mark-Simulacrum
remove unused `jemallocator` crate When it was noticed that the rustc binary wasn't actually using jemalloc via `#[global_allocator]` and that was removed, the dependency remained. Tests pass locally with a `jemalloc = true` build, but I'll trigger a try build to ensure I haven't missed an edge-case somewhere. r? ```@ghost``` until that completes
This commit is contained in:
commit
c866ae5e93
2 changed files with 1 additions and 16 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue