Remove unnecessary intra-doc link
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
parent
b02c4049cb
commit
8227b3b0b2
@ -669,7 +669,6 @@ pub fn and_then<U, F: FnOnce(T) -> Option<U>>(self, f: F) -> Option<U> {
|
||||
/// assert_eq!(Some(4).filter(is_even), Some(4));
|
||||
/// ```
|
||||
///
|
||||
/// [`Iterator::filter()`]: Iterator::filter
|
||||
#[inline]
|
||||
#[stable(feature = "option_filter", since = "1.27.0")]
|
||||
pub fn filter<P: FnOnce(&T) -> bool>(self, predicate: P) -> Self {
|
||||
|
Loading…
Reference in New Issue
Block a user