Skip to content

Commit 035233a

Browse files
committed
treemap: reimplement using TotalOrd
1 parent ca1ceb1 commit 035233a

File tree

2 files changed

+87
-82
lines changed

2 files changed

+87
-82
lines changed

src/libcore/prelude.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub use clone::Clone;
2727
pub use cmp::{Eq, Ord, TotalOrd, Ordering, Less, Equal, Greater};
2828
pub use container::{Container, Mutable, Map, Set};
2929
pub use hash::Hash;
30-
pub use iter::{BaseIter, ExtendedIter, EqIter, CopyableIter};
30+
pub use iter::{BaseIter, ReverseIter, ExtendedIter, EqIter, CopyableIter};
3131
pub use iter::{CopyableOrderedIter, CopyableNonstrictIter, Times};
3232
pub use num::NumCast;
3333
pub use path::GenericPath;

0 commit comments

Comments
 (0)