]> git.lizzy.rs Git - rust.git/commit
extra: Simplify Eq/Ord in treemap
authorblake2-ppc <blake2-ppc>
Tue, 6 Aug 2013 15:27:39 +0000 (17:27 +0200)
committerCorey Richardson <corey@octayn.net>
Thu, 8 Aug 2013 02:41:14 +0000 (22:41 -0400)
commit4ab05f91f49b1248aab7d21630cfb38d6dafacfa
treead125a6f111646e96af9f97307e5be61a1083c4a
parent240f8f03c9da7e574fd0fce0eb72e6ade97628ff
extra: Simplify Eq/Ord in treemap

Write the Eq and Ord impls for TreeMap in a more straightforward way
using iterator::Zip
src/libextra/treemap.rs