We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd766c9 + 1dc4f85 commit d3c6321Copy full SHA for d3c6321
library/core/src/iter/adapters/fuse.rs
@@ -9,11 +9,8 @@ use crate::ops::Try;
9
/// An iterator that yields `None` forever after the underlying iterator
10
/// yields `None` once.
11
///
12
-/// This `struct` is created by the [`fuse`] method on [`Iterator`]. See its
13
-/// documentation for more.
14
-///
15
-/// [`fuse`]: trait.Iterator.html#method.fuse
16
-/// [`Iterator`]: trait.Iterator.html
+/// This `struct` is created by [`Iterator::fuse`]. See its documentation
+/// for more.
17
#[derive(Clone, Debug)]
18
#[must_use = "iterators are lazy and do nothing unless consumed"]
19
#[stable(feature = "rust1", since = "1.0.0")]
0 commit comments