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.
2 parents e6a0f3c + 829f6bb commit 7330a9cCopy full SHA for 7330a9c
library/core/src/iter/traits/iterator.rs
@@ -1213,7 +1213,7 @@ pub trait Iterator {
1213
/// the iteration should stop, but wasn't placed back into the iterator.
1214
///
1215
/// Note that unlike [`take_while`] this iterator is **not** fused.
1216
- /// It is also not specified what this iterator returns after the first` None` is returned.
+ /// It is also not specified what this iterator returns after the first [`None`] is returned.
1217
/// If you need fused iterator, use [`fuse`].
1218
1219
/// [`fuse`]: Iterator::fuse
0 commit comments