Skip to content

Commit

Permalink
Link from Fuse type docstring to iter.fuse that creates them
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Oct 7, 2015
1 parent c21fd9a commit 22404e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libcore/iter.rs
Expand Up @@ -2338,6 +2338,9 @@ impl<I: DoubleEndedIterator, U, F> DoubleEndedIterator for FlatMap<I, U, F> wher

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

0 comments on commit 22404e1

Please sign in to comment.