Skip to content

Commit 391a171

Browse files
camelidJoshua Nelson
andauthored
Remove unnecessary intra-doc link
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
1 parent 6269510 commit 391a171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)