]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.


Trivial merge