]> git.lizzy.rs Git - rust.git/commit
auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 3 Dec 2013 18:11:25 +0000 (10:11 -0800)
committerbors <bors@rust-lang.org>
Tue, 3 Dec 2013 18:11:25 +0000 (10:11 -0800)
commit899217c11b122a13708fa9f12c07f6d215c1c6fe
tree9c525ac402986a4510f4ed760bb96f9ce1b2680f
parente2d192c9f4baa6bf8c4f930e4225d969c7595551
parent44fc3c6ea8374e7426257532255bdbf877b77453
auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichton

I've renamed `MutableVector::mut_split(at)` to `MutableVector::mut_split_at(at)` to be coherent with ImmutableVector.  As specified in the commit log, The `size_hint` method is not optimal because of #9629.