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 a4a3de6 + 8a956e4 commit ba39972Copy full SHA for ba39972
src/liballoc/slice.rs
@@ -699,7 +699,7 @@ impl<T> [T] {
699
core_slice::SliceExt::split_at(self, mid)
700
}
701
702
- /// Divides one `&mut` into two at an index.
+ /// Divides one mutable slice into two at an index.
703
///
704
/// The first will contain all indices from `[0, mid)` (excluding
705
/// the index `mid` itself) and the second will contain all
0 commit comments