Skip to content

Commit

Permalink
fix links to "module-level documentation"
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed May 31, 2017
1 parent f89d8d1 commit 69f8225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcore/iter/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down Expand Up @@ -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
///
Expand Down

0 comments on commit 69f8225

Please sign in to comment.