We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92f1c6f + d62582f commit c39cf7aCopy full SHA for c39cf7a
library/core/src/slice/mod.rs
@@ -3524,8 +3524,8 @@ impl<T> [T] {
3524
}
3525
3526
3527
- /// Transmute the slice to a slice of another type, ensuring alignment of the types is
3528
- /// maintained.
+ /// Transmute the mutable slice to a mutable slice of another type, ensuring alignment of the
+ /// types is maintained.
3529
///
3530
/// This method splits the slice into three distinct slices: prefix, correctly aligned middle
3531
/// slice of a new type, and the suffix slice. The method may make the middle slice the greatest
0 commit comments