Skip to content

Commit 1041f05

Browse files
committed
---
yaml --- r: 194315 b: refs/heads/tmp c: 7934d52 h: refs/heads/master i: 194313: 30d988c 194311: ea3f3cb v: v3
1 parent 18b0be8 commit 1041f05

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
@@ -34,7 +34,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: a3b13610c5b93d9ada072471a001a5613df6a960
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 64532f7f0001e4627be839d877ded1ba0326b615
37+
refs/heads/tmp: 7934d524b51c0220ef67c0f9951a41e4bee2beb2
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 28a0b25f424090255966273994748a9f9901059f
4040
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/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)