Skip to content

Commit 8227b3b

Browse files
camelidJoshua Nelson
andauthored
Remove unnecessary intra-doc link
Co-authored-by: Joshua Nelson <[email protected]>
1 parent b02c404 commit 8227b3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/option.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,6 @@ impl<T> Option<T> {
669669
/// assert_eq!(Some(4).filter(is_even), Some(4));
670670
/// ```
671671
///
672-
/// [`Iterator::filter()`]: Iterator::filter
673672
#[inline]
674673
#[stable(feature = "option_filter", since = "1.27.0")]
675674
pub fn filter<P: FnOnce(&T) -> bool>(self, predicate: P) -> Self {

0 commit comments

Comments
 (0)