We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4253153 commit 829f6bbCopy full SHA for 829f6bb
library/core/src/iter/traits/iterator.rs
@@ -1171,7 +1171,7 @@ pub trait Iterator {
1171
/// the iteration should stop, but wasn't placed back into the iterator.
1172
///
1173
/// Note that unlike [`take_while`] this iterator is **not** fused.
1174
- /// 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.
1175
/// If you need fused iterator, use [`fuse`].
1176
1177
/// [`fuse`]: Iterator::fuse
0 commit comments