Remove flatten doc intra-doc links

This commit is contained in:
Ivan Tham 2020-09-15 00:35:48 +08:00 committed by GitHub
parent b88155160c
commit 5112f879ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ use super::Map;
///
/// This `struct` is created by [`Iterator::flat_map`]. See its documentation
/// for more.
///
/// [`flat_map`]: trait.Iterator.html#method.flat_map
/// [`Iterator`]: trait.Iterator.html
#[must_use = "iterators are lazy and do nothing unless consumed"]
#[stable(feature = "rust1", since = "1.0.0")]
pub struct FlatMap<I, U: IntoIterator, F> {