Add missing link in docs
This commit is contained in:
parent
6b9b97bd9b
commit
1a8f908126
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,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…
Add table
Add a link
Reference in a new issue