File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 7934d524b51c0220ef67c0f9951a41e4bee2beb2
2
+ refs/heads/master: 88edf9774caf32ff77e7bad096b624d37cd66b76
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 @@ -556,7 +556,7 @@ impl<T> VecDeque<T> {
556
556
}
557
557
}
558
558
559
- /// Consumes the list into an iterator yielding elements by value.
559
+ /// Consumes the list into a front-to-back iterator yielding elements by value.
560
560
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
561
561
pub fn into_iter ( self ) -> IntoIter < T > {
562
562
IntoIter {
You can’t perform that action at this time.
0 commit comments