Rollup merge of #42329 - rap2hpoutre:patch-6, r=steveklabnik

fix links to "module-level documentation"

see https://github.com/rust-lang/rust/issues/42267
This commit is contained in:
Mark Simulacrum 2017-05-31 10:52:49 -06:00 committed by GitHub
commit 0c339ffbc0

View file

@ -109,7 +109,7 @@ pub trait FromIterator<A>: Sized {
///
/// See the [module-level documentation] for more.
///
/// [module-level documentation]: trait.FromIterator.html
/// [module-level documentation]: index.html
///
/// # Examples
///
@ -219,7 +219,7 @@ pub trait IntoIterator {
///
/// See the [module-level documentation] for more.
///
/// [module-level documentation]: trait.IntoIterator.html
/// [module-level documentation]: index.html
///
/// # Examples
///