We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53c5cb commit 71ef196Copy full SHA for 71ef196
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