Rollup merge of #56242 - GuillaumeGomez:iterator-missing-link, r=Centril

Add missing link in docs

r? @steveklabnik
This commit is contained in:
Mazdak Farrokhzad 2018-12-24 13:29:27 +01:00 committed by GitHub
commit 833e0b3b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ pub trait Iterator {
/// That said, the implementation should provide a correct estimation,
/// because otherwise it would be a violation of the trait's protocol.
///
/// The default implementation returns `(0, None)` which is correct for any
/// The default implementation returns `(0, `[`None`]`)` which is correct for any
/// iterator.
///
/// [`usize`]: ../../std/primitive.usize.html