]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #5123 : thestinger/rust/treemap, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 27 Feb 2013 13:18:39 +0000 (05:18 -0800)
committerbors <bors@rust-lang.org>
Wed, 27 Feb 2013 13:18:39 +0000 (05:18 -0800)
* replace the dual next() and get() calls with a single next() function
* drop one of the pointer members from the struct
* add a method for using the lazy iterator with a for loop


Trivial merge