Skip to content

Commit ae688f0

Browse files
committed
remove extra copy-pasted line
1 parent 8f519e9 commit ae688f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/sync/mpsc/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,6 @@ impl<'a, T> Iterator for Iter<'a, T> {
908908
}
909909

910910
#[stable(feature = "rust1_1", since = "1.1.0")]
911-
pub struct IntoIter<T> {
912911
impl<'a, T> IntoIterator for &'a Receiver<T> {
913912
type Item = T;
914913
type IntoIter = Iter<'a, T>;

0 commit comments

Comments
 (0)