File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 64532f7f0001e4627be839d877ded1ba0326b615
2
+ refs/heads/master: 7934d524b51c0220ef67c0f9951a41e4bee2beb2
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
5
5
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d
Original file line number Diff line number Diff line change @@ -832,6 +832,8 @@ impl<A> DoubleEndedIterator for IntoIter<A> {
832
832
fn next_back ( & mut self ) -> Option < A > { self . list . pop_back ( ) }
833
833
}
834
834
835
+ impl < A > ExactSizeIterator for IntoIter < A > { }
836
+
835
837
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
836
838
impl < A > FromIterator < A > for LinkedList < A > {
837
839
fn from_iter < T : IntoIterator < Item =A > > ( iter : T ) -> LinkedList < A > {
You can’t perform that action at this time.
0 commit comments