Skip to content

Commit 5b4d07b

Browse files
committed
---
yaml --- r: 192218 b: refs/heads/master c: 88edf97 h: refs/heads/master v: v3
1 parent b464b7b commit 5b4d07b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 7934d524b51c0220ef67c0f9951a41e4bee2beb2
2+
refs/heads/master: 88edf9774caf32ff77e7bad096b624d37cd66b76
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a923278c6278c63468d74772c58dbf788e88f58c
55
refs/heads/try: ce76bff75603a754d092456285ff455eb871633d

trunk/src/libcollections/vec_deque.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ impl<T> VecDeque<T> {
556556
}
557557
}
558558

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.
560560
#[stable(feature = "rust1", since = "1.0.0")]
561561
pub fn into_iter(self) -> IntoIter<T> {
562562
IntoIter {

0 commit comments

Comments
 (0)