We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9b97b commit 1a8f908Copy full SHA for 1a8f908
src/libcore/iter/iterator.rs
@@ -161,7 +161,7 @@ pub trait Iterator {
161
/// That said, the implementation should provide a correct estimation,
162
/// because otherwise it would be a violation of the trait's protocol.
163
///
164
- /// The default implementation returns `(0, None)` which is correct for any
+ /// The default implementation returns `(0, `[`None`]`)` which is correct for any
165
/// iterator.
166
167
/// [`usize`]: ../../std/primitive.usize.html
0 commit comments