1
Fork 0

rm extra newline

This commit is contained in:
Daniel Micay 2013-01-14 21:13:39 -05:00 committed by Graydon Hoare
parent cae273abc0
commit d001171435

View file

@ -178,7 +178,6 @@ impl <K: Ord, V> TreeMapIterator<K, V> {
}
}
pub struct TreeSet<T: Ord> {
priv map: TreeMap<T, ()>
}