We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd48ce1 commit b6d3668Copy full SHA for b6d3668
src/libcore/slice/mod.rs
@@ -702,8 +702,7 @@ impl<T> [T] {
702
/// resulting code better than in the case of [`chunks`].
703
///
704
/// See [`chunks`] for a variant of this iterator that also returns the remainder as a smaller
705
- /// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice of
706
- /// the slice.
+ /// chunk, and [`rchunks_exact`] for the same iterator but starting at the end of the slice.
707
708
/// # Panics
709
0 commit comments