Skip to content

Commit 0ea1305

Browse files
committed
Auto merge of #28877 - sourcefrog:doc-fuse, r=alexcrichton
2 parents a63b0f0 + 22404e1 commit 0ea1305

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
@@ -2250,6 +2250,9 @@ impl<I: DoubleEndedIterator, U, F> DoubleEndedIterator for FlatMap<I, U, F> wher
22502250

22512251
/// An iterator that yields `None` forever after the underlying iterator
22522252
/// yields `None` once.
2253+
///
2254+
/// These can be created through
2255+
/// [`iter.fuse()`](trait.Iterator.html#method.fuse).
22532256
#[derive(Clone)]
22542257
#[must_use = "iterator adaptors are lazy and do nothing unless consumed"]
22552258
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)