Add core::cmp::Equiv to prelude

This commit is contained in:
Daniel Ralston 2013-05-03 01:22:52 -07:00
parent 2ae44a07a9
commit 02889f7507
1 changed files with 1 additions and 1 deletions

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};