We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2698b82 + f67ee43 commit 2ad5885Copy full SHA for 2ad5885
library/core/src/slice/mod.rs
@@ -3667,7 +3667,8 @@ impl<T> [T] {
3667
unsafe { self.align_to() }
3668
}
3669
3670
- /// Split a slice into a prefix, a middle of aligned SIMD types, and a suffix.
+ /// Split a mutable slice into a mutable prefix, a middle of aligned SIMD types,
3671
+ /// and a mutable suffix.
3672
///
3673
/// This is a safe wrapper around [`slice::align_to_mut`], so has the same weak
3674
/// postconditions as that method. You're only assured that
0 commit comments