libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and private

This commit is contained in:
Patrick Walton
2012-09-26 17:20:14 -07:00
parent 25715bd59e
commit c91821d356
8 changed files with 123 additions and 162 deletions

View File

@@ -6,7 +6,6 @@
use cmp::{Eq, Ord};
use inst::{IMPL_T, EACH, SIZE_HINT};
export extensions;
impl<A> IMPL_T<A>: iter::BaseIter<A> {
pure fn each(blk: fn(v: &A) -> bool) { EACH(&self, blk) }