treemap: reimplement using TotalOrd

This commit is contained in:
Daniel Micay
2013-03-02 13:27:29 -05:00
parent ca1ceb15b1
commit 035233a259
2 changed files with 87 additions and 82 deletions

View File

@@ -27,7 +27,7 @@ pub use clone::Clone;
pub use cmp::{Eq, Ord, TotalOrd, Ordering, Less, Equal, Greater};
pub use container::{Container, Mutable, Map, Set};
pub use hash::Hash;
pub use iter::{BaseIter, ExtendedIter, EqIter, CopyableIter};
pub use iter::{BaseIter, ReverseIter, ExtendedIter, EqIter, CopyableIter};
pub use iter::{CopyableOrderedIter, CopyableNonstrictIter, Times};
pub use num::NumCast;
pub use path::GenericPath;