We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02c404 commit 8227b3bCopy full SHA for 8227b3b
library/core/src/option.rs
@@ -669,7 +669,6 @@ impl<T> Option<T> {
669
/// assert_eq!(Some(4).filter(is_even), Some(4));
670
/// ```
671
///
672
- /// [`Iterator::filter()`]: Iterator::filter
673
#[inline]
674
#[stable(feature = "option_filter", since = "1.27.0")]
675
pub fn filter<P: FnOnce(&T) -> bool>(self, predicate: P) -> Self {
0 commit comments