Skip to content

Commit 5112f87

Browse files
authored
Remove flatten doc intra-doc links
1 parent b881551 commit 5112f87

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

library/core/src/iter/adapters/flatten.rs

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ use super::Map;
99
///
1010
/// This `struct` is created by [`Iterator::flat_map`]. See its documentation
1111
/// for more.
12-
///
13-
/// [`flat_map`]: trait.Iterator.html#method.flat_map
14-
/// [`Iterator`]: trait.Iterator.html
1512
#[must_use = "iterators are lazy and do nothing unless consumed"]
1613
#[stable(feature = "rust1", since = "1.0.0")]
1714
pub struct FlatMap<I, U: IntoIterator, F> {

0 commit comments

Comments
 (0)