Skip to content

Commit 22404e1

Browse files
committed
Link from Fuse type docstring to iter.fuse that creates them
1 parent c21fd9a commit 22404e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libcore/iter.rs

+3
Original file line numberDiff line numberDiff line change
@@ -2338,6 +2338,9 @@ impl<I: DoubleEndedIterator, U, F> DoubleEndedIterator for FlatMap<I, U, F> wher
23382338

23392339
/// An iterator that yields `None` forever after the underlying iterator
23402340
/// yields `None` once.
2341+
///
2342+
/// These can be created through
2343+
/// [`iter.fuse()`](trait.Iterator.html#method.fuse).
23412344
#[derive(Clone)]
23422345
#[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
23432346
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)