about summary refs log tree commit diff
path: root/src/rustc
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-04-09 11:51:57 -0700
committerSimon Sapin <simon.sapin@exyr.org>2018-04-12 22:53:02 +0200
commita4caac5e93b801411fb59eeafa399240a7aa5fec (patch)
treedc1d4a786f4e22d420bb0bea0cd62a9a54074e57 /src/rustc
parent5e5a0c21fc1416e77ae8e4db74b93e3601241e22 (diff)
downloadrust-a4caac5e93b801411fb59eeafa399240a7aa5fec.tar.gz
rust-a4caac5e93b801411fb59eeafa399240a7aa5fec.zip
Update to most recent version of dlmalloc
Inline the definition of `GlobalAlloc` for `dlmalloc` on wasm and don't rely on
usage of unstable features in `dlmalloc` itself.
Diffstat (limited to 'src/rustc')
-rw-r--r--src/rustc/dlmalloc_shim/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustc/dlmalloc_shim/Cargo.toml b/src/rustc/dlmalloc_shim/Cargo.toml
index d2fe159d806..b6f8550829f 100644
--- a/src/rustc/dlmalloc_shim/Cargo.toml
+++ b/src/rustc/dlmalloc_shim/Cargo.toml
@@ -12,4 +12,3 @@ doc = false
 [dependencies]
 core = { path = "../../libcore" }
 compiler_builtins = { path = "../../rustc/compiler_builtins_shim" }
-alloc = { path = "../../liballoc" }