Rollup merge of #56242 - GuillaumeGomez:iterator-missing-link, r=Centril
Add missing link in docs r? @steveklabnik
This commit is contained in:
commit
833e0b3b8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user