Skip to content

Commit 83143a1

Browse files
committed
Revert link removal of
1 parent 3a03589 commit 83143a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/iter/traits/iterator.rs

+1
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,7 @@ pub trait Iterator {
762762
/// assert_eq!(iter.next(), None);
763763
/// ```
764764
///
765+
/// [`Option<T>`]: Option
765766
#[inline]
766767
#[stable(feature = "rust1", since = "1.0.0")]
767768
fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>

0 commit comments

Comments
 (0)