Skip to content

Commit b464b7b

Browse files
committed
---
yaml --- r: 192217 b: refs/heads/master c: 7934d52 h: refs/heads/master i: 192215: 5aa968d v: v3
1 parent a4bf94d commit b464b7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 64532f7f0001e4627be839d877ded1ba0326b615
2+
refs/heads/master: 7934d524b51c0220ef67c0f9951a41e4bee2beb2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
55
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d

trunk/src/libcollections/linked_list.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,8 @@ impl<A> DoubleEndedIterator for IntoIter<A> {
832832
fn next_back(&mut self) -> Option<A> { self.list.pop_back() }
833833
}
834834

835+
impl<A> ExactSizeIterator for IntoIter<A> {}
836+
835837
#[stable(feature = "rust1", since = "1.0.0")]
836838
impl<A> FromIterator<A> for LinkedList<A> {
837839
fn from_iter<T: IntoIterator<Item=A>>(iter: T) -> LinkedList<A> {

0 commit comments

Comments
 (0)