Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add core::cmp::Equiv to prelude
  • Loading branch information
Sodel-the-Vociferous committed May 3, 2013
1 parent 2ae44a0 commit 02889f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/prelude.rs
Expand Up @@ -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};
Expand Down

5 comments on commit 02889f7

@bors
Copy link
Contributor

@bors bors commented on 02889f7 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 02889f7 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Sodel-the-Vociferous/rust/dralston-6146 = 02889f7 into auto

@bors
Copy link
Contributor

@bors bors commented on 02889f7 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sodel-the-Vociferous/rust/dralston-6146 = 02889f7 merged ok, testing candidate = 4332f81

@bors
Copy link
Contributor

@bors bors commented on 02889f7 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 02889f7 May 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding incoming to auto = 4332f81

Please sign in to comment.