diff options
| author | Simon Sapin <simon.sapin@exyr.org> | 2018-04-03 17:12:57 +0200 |
|---|---|---|
| committer | Simon Sapin <simon.sapin@exyr.org> | 2018-04-12 22:53:12 +0200 |
| commit | 86753ce1cc520bfe50ae89f09ec47f313ce900eb (patch) | |
| tree | 5611452336d4e8dbf10c2f21b9516d46743092f8 /src/liballoc_jemalloc/Cargo.toml | |
| parent | eb69593f73be1e41d9e2ef065010a47478c14924 (diff) | |
| download | rust-86753ce1cc520bfe50ae89f09ec47f313ce900eb.tar.gz rust-86753ce1cc520bfe50ae89f09ec47f313ce900eb.zip | |
Use the GlobalAlloc trait for #[global_allocator]
Diffstat (limited to 'src/liballoc_jemalloc/Cargo.toml')
| -rw-r--r-- | src/liballoc_jemalloc/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc_jemalloc/Cargo.toml b/src/liballoc_jemalloc/Cargo.toml index 02435170374..7986d5dd2eb 100644 --- a/src/liballoc_jemalloc/Cargo.toml +++ b/src/liballoc_jemalloc/Cargo.toml @@ -12,7 +12,6 @@ test = false doc = false [dependencies] -alloc_system = { path = "../liballoc_system" } core = { path = "../libcore" } libc = { path = "../rustc/libc_shim" } compiler_builtins = { path = "../rustc/compiler_builtins_shim" } |
