]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #7334 : thestinger/rust/old_iter, r=Aatch
authorbors <bors@rust-lang.org>
Mon, 24 Jun 2013 07:52:53 +0000 (00:52 -0700)
committerbors <bors@rust-lang.org>
Mon, 24 Jun 2013 07:52:53 +0000 (00:52 -0700)
the `test/run-pass/class-trait-bounded-param.rs` test was xfailed and
written in an ancient dialect of Rust so I've just removed it

this also removes `to_vec` from DList because it's provided by
`std::iter::to_vec`

an Iterator implementation is added for OptVec but some transitional
internal iterator methods are still left


Trivial merge