Revert link removal of
This commit is contained in:
parent
3a035891f0
commit
83143a1ef4
@ -762,6 +762,7 @@ pub trait Iterator {
|
||||
/// assert_eq!(iter.next(), None);
|
||||
/// ```
|
||||
///
|
||||
/// [`Option<T>`]: Option
|
||||
#[inline]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
fn filter_map<B, F>(self, f: F) -> FilterMap<Self, F>
|
||||
|
Loading…
x
Reference in New Issue
Block a user