about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorEduard Burtescu <edy.burt@gmail.com>2014-10-01 00:08:07 +0300
committerEduard Burtescu <edy.burt@gmail.com>2014-10-02 16:36:00 +0300
commit382f1bceb4e2a0496171f52d114a98ff8a86f9b7 (patch)
treeda16d223a789c24fdf4fd7d0117d541fe20b0643 /src/liballoc/lib.rs
parent84a4a07bbd66f9b1a05591d2c1a4964944c47d83 (diff)
downloadrust-382f1bceb4e2a0496171f52d114a98ff8a86f9b7.tar.gz
rust-382f1bceb4e2a0496171f52d114a98ff8a86f9b7.zip
core: remove raw::GcBox.
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 503c484e469..c31d746d8f2 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -92,7 +92,6 @@ pub use boxed as owned;
 
 pub mod heap;
 pub mod libc_heap;
-pub mod util;
 
 // Primitive types using the heaps above