auto merge of #6216 : Sodel-the-Vociferous/rust/dralston-6146, r=graydon

cc #6146
This commit is contained in:
bors 2013-05-03 11:33:38 -07:00
commit 4332f8188b

View file

@ -31,7 +31,7 @@ pub use io::{print, println};
/* Reexported types and traits */
pub use clone::Clone;
pub use cmp::{Eq, Ord, TotalEq, TotalOrd, Ordering, Less, Equal, Greater};
pub use cmp::{Eq, Ord, TotalEq, TotalOrd, Ordering, Less, Equal, Greater, Equiv};
pub use container::{Container, Mutable, Map, Set};
pub use hash::Hash;
pub use old_iter::{BaseIter, ReverseIter, MutableIter, ExtendedIter, EqIter};