We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c8455 commit 20a2e09Copy full SHA for 20a2e09
library/core/src/iter/adapters/chain.rs
@@ -4,11 +4,8 @@ use crate::usize;
4
5
/// An iterator that links two iterators together, in a chain.
6
///
7
-/// This `struct` is created by the [`chain`] method on [`Iterator`]. See its
8
-/// documentation for more.
9
-///
10
-/// [`chain`]: trait.Iterator.html#method.chain
11
-/// [`Iterator`]: trait.Iterator.html
+/// This `struct` is created by [`Iterator::chain`]. See its documentation
+/// for more.
12
#[derive(Clone, Debug)]
13
#[must_use = "iterators are lazy and do nothing unless consumed"]
14
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments