Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 975569b

Browse files
committedSep 15, 2014
impl ExactSize for vec::MoveItems
1 parent 21d1f4d commit 975569b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/libcollections/vec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,6 +1662,8 @@ impl<T> DoubleEndedIterator<T> for MoveItems<T> {
16621662
}
16631663
}
16641664

1665+
impl<T> ExactSize<T> for MoveItems<T> {}
1666+
16651667
#[unsafe_destructor]
16661668
impl<T> Drop for MoveItems<T> {
16671669
fn drop(&mut self) {

5 commit comments

Comments
 (5)

bors commented on Sep 16, 2014

@bors
Collaborator

saw approval from alexcrichton
at Gankra@975569b

bors commented on Sep 16, 2014

@bors
Collaborator

merging Gankro/rust/vec-move = 975569b into auto

bors commented on Sep 16, 2014

@bors
Collaborator

Gankro/rust/vec-move = 975569b merged ok, testing candidate = 828e075

bors commented on Sep 16, 2014

@bors
Collaborator

fast-forwarding master to auto = 828e075

Please sign in to comment.