Skip to content

Commit 23f2587

Browse files
authored
Rollup merge of rust-lang#76629 - pickfire:patch-4, r=jonas-schievink
Simplify iter zip struct doc
2 parents 32f4f63 + b1e481d commit 23f2587

File tree

1 file changed

+2
-5
lines changed
  • library/core/src/iter/adapters

1 file changed

+2
-5
lines changed

library/core/src/iter/adapters/zip.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@ use super::super::{
88

99
/// An iterator that iterates two other iterators simultaneously.
1010
///
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
11+
/// This `struct` is created by [`Iterator::zip`]. See its documentation
12+
/// for more.
1613
#[derive(Clone)]
1714
#[must_use = "iterators are lazy and do nothing unless consumed"]
1815
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)