Revert link removal of

This commit is contained in:
Denis Vasilik
2020-09-02 19:07:32 +02:00
parent 3a035891f0
commit 83143a1ef4
+1
View File
@@ -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>