summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-30 22:00:31 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-05-07 08:15:58 -0700
commitc5229e5d2ea6168ec80a7feeea1a513b2b3176c0 (patch)
tree479726fbafd85d1dd0549e3707882d44ea4dfd74 /src/libstd/lib.rs
parent5592a8f5db52a11b63547b661b3a635655b16980 (diff)
downloadrust-c5229e5d2ea6168ec80a7feeea1a513b2b3176c0.tar.gz
rust-c5229e5d2ea6168ec80a7feeea1a513b2b3176c0.zip
core: Inhert ~/@/& cmp traits, remove old modules
This commit removes the std::{managed, reference} modules. The modules serve
essentially no purpose, and the only free function removed was `managed::ptr_eq`
which can be achieved by comparing references.

[breaking-change]
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 041959f2ee7..95d67eb77d1 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -203,8 +203,6 @@ pub mod strbuf;
 
 pub mod ascii;
 
-mod managed;
-mod reference;
 pub mod rc;
 pub mod gc;