We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c5f40 commit b881551Copy full SHA for b881551
library/core/src/iter/adapters/flatten.rs
@@ -7,8 +7,8 @@ use super::Map;
7
/// An iterator that maps each element to an iterator, and yields the elements
8
/// of the produced iterators.
9
///
10
-/// This `struct` is created by the [`flat_map`] method on [`Iterator`]. See its
11
-/// documentation for more.
+/// This `struct` is created by [`Iterator::flat_map`]. See its documentation
+/// for more.
12
13
/// [`flat_map`]: trait.Iterator.html#method.flat_map
14
/// [`Iterator`]: trait.Iterator.html
0 commit comments