We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32f4f63 + b1e481d commit 23f2587Copy full SHA for 23f2587
library/core/src/iter/adapters/zip.rs
@@ -8,11 +8,8 @@ use super::super::{
8
9
/// An iterator that iterates two other iterators simultaneously.
10
///
11
-/// This `struct` is created by the [`zip`] method on [`Iterator`]. See its
12
-/// documentation for more.
13
-///
14
-/// [`zip`]: trait.Iterator.html#method.zip
15
-/// [`Iterator`]: trait.Iterator.html
+/// This `struct` is created by [`Iterator::zip`]. See its documentation
+/// for more.
16
#[derive(Clone)]
17
#[must_use = "iterators are lazy and do nothing unless consumed"]
18
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments