We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b881551 commit 5112f87Copy full SHA for 5112f87
library/core/src/iter/adapters/flatten.rs
@@ -9,9 +9,6 @@ use super::Map;
9
///
10
/// This `struct` is created by [`Iterator::flat_map`]. See its documentation
11
/// for more.
12
-///
13
-/// [`flat_map`]: trait.Iterator.html#method.flat_map
14
-/// [`Iterator`]: trait.Iterator.html
15
#[must_use = "iterators are lazy and do nothing unless consumed"]
16
#[stable(feature = "rust1", since = "1.0.0")]
17
pub struct FlatMap<I, U: IntoIterator, F> {
0 commit comments