summaryrefslogtreecommitdiffstats
path: root/library/core/src/iter/sources/repeat_with.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/core/src/iter/sources/repeat_with.rs')
-rw-r--r--library/core/src/iter/sources/repeat_with.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/iter/sources/repeat_with.rs b/library/core/src/iter/sources/repeat_with.rs
index 3f34105a3..d3cd74a44 100644
--- a/library/core/src/iter/sources/repeat_with.rs
+++ b/library/core/src/iter/sources/repeat_with.rs
@@ -19,7 +19,6 @@ use crate::ops::Try;
/// please open a GitHub issue explaining your use case.
///
/// [`repeat()`]: crate::iter::repeat
-/// [`DoubleEndedIterator`]: crate::iter::DoubleEndedIterator
///
/// # Examples
///