Skip to content

Commit 92b60fd

Browse files
committed
---
yaml --- r: 133713 b: refs/heads/try c: 79427f0 h: refs/heads/master i: 133711: d429206 v: v3
1 parent 62892dc commit 92b60fd

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0e784e16840e8a0c623cc6166de26da9334db3d6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 828e075abd8ee2f8c16f6cb1b93c0d99307e704d
5-
refs/heads/try: b7e0969a4953f5fe63497aa2c4caed226c94175c
5+
refs/heads/try: 79427f0bc0fff258eae966aa1db5abc089a88aa0
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libcollections/vec.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,12 +1937,6 @@ impl<T,U> Drop for PartialVec<T,U> {
19371937
}
19381938
}
19391939

1940-
impl<T,U> Iterator<T> for PartialVec<T,U> {
1941-
fn next(&mut self) -> Option<T> {
1942-
self.pop()
1943-
}
1944-
}
1945-
19461940
impl<T> Vec<T> {
19471941
/// Converts a `Vec<T>` to a `Vec<U>` where `T` and `U` have the same
19481942
/// non-zero size and the same minimal alignment.

0 commit comments

Comments
 (0)