We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1eb8786 + 1a8f908 commit 833e0b3Copy full SHA for 833e0b3
src/libcore/iter/iterator.rs
@@ -162,7 +162,7 @@ pub trait Iterator {
162
/// That said, the implementation should provide a correct estimation,
163
/// because otherwise it would be a violation of the trait's protocol.
164
///
165
- /// The default implementation returns `(0, None)` which is correct for any
+ /// The default implementation returns `(0, `[`None`]`)` which is correct for any
166
/// iterator.
167
168
/// [`usize`]: ../../std/primitive.usize.html
0 commit comments