diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2022-01-28 16:56:05 +0100 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2022-01-28 16:56:05 +0100 |
| commit | f9e0eb3b94776a80de110b1820d15270fadec633 (patch) | |
| tree | d0620fd0e9670c9d6bd11d61b696d31499cf7d31 /compiler/rustc | |
| parent | e0e70c0c2c4fc8d150a56c181994e3a3b3e9999a (diff) | |
| download | rust-f9e0eb3b94776a80de110b1820d15270fadec633.tar.gz rust-f9e0eb3b94776a80de110b1820d15270fadec633.zip | |
remove unused `jemallocator` crate
Diffstat (limited to 'compiler/rustc')
| -rw-r--r-- | compiler/rustc/Cargo.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index 277cf0f51d3..696c003a587 100644 --- a/compiler/rustc/Cargo.toml +++ b/compiler/rustc/Cargo.toml @@ -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'] |
