mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Revert link removal of
This commit is contained in:
@@ -762,6 +762,7 @@ fn filter<P>(self, predicate: P) -> Filter<Self, P>
|
||||
/// 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>
|
||||
|
||||
Reference in New Issue
Block a user