Skip to content

Commit 4f78aa7

Browse files
committed
---
yaml --- r: 194316 b: refs/heads/tmp c: 88edf97 h: refs/heads/master v: v3
1 parent 1041f05 commit 4f78aa7

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
@@ -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: 7934d524b51c0220ef67c0f9951a41e4bee2beb2
37+
refs/heads/tmp: 88edf9774caf32ff77e7bad096b624d37cd66b76
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 28a0b25f424090255966273994748a9f9901059f
4040
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

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