diff options
| author | Raphaƫl Huchet <rap2hpoutre@users.noreply.github.com> | 2017-05-31 11:38:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 11:38:19 +0200 |
| commit | 69f822524f417ec9ab50131379eb34412c3b2b19 (patch) | |
| tree | ef55d2258d6a9728614fedde71ed9d598a636dbd /src | |
| parent | f89d8d184490ecb3cf91f7b6bb7296d649f931ba (diff) | |
| download | rust-69f822524f417ec9ab50131379eb34412c3b2b19.tar.gz rust-69f822524f417ec9ab50131379eb34412c3b2b19.zip | |
fix links to "module-level documentation"
Diffstat (limited to 'src')
| -rw-r--r-- | src/libcore/iter/traits.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/iter/traits.rs b/src/libcore/iter/traits.rs index 798dda19928..015cc150dc2 100644 --- a/src/libcore/iter/traits.rs +++ b/src/libcore/iter/traits.rs @@ -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 /// |
