Rollup merge of #76629 - pickfire:patch-4, r=jonas-schievink

Simplify iter zip struct doc
This commit is contained in:
Jonas Schievink
2020-09-13 20:21:11 +02:00
committed by GitHub
+2 -5
View File
@@ -8,11 +8,8 @@
/// An iterator that iterates two other iterators simultaneously.
///
/// This `struct` is created by the [`zip`] method on [`Iterator`]. See its
/// documentation for more.
///
/// [`zip`]: trait.Iterator.html#method.zip
/// [`Iterator`]: trait.Iterator.html
/// This `struct` is created by [`Iterator::zip`]. See its documentation
/// for more.
#[derive(Clone)]
#[must_use = "iterators are lazy and do nothing unless consumed"]
#[stable(feature = "rust1", since = "1.0.0")]