We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21975a1 commit cce8ee8Copy full SHA for cce8ee8
src/libstd/sys/windows/os_str.rs
@@ -83,7 +83,6 @@ impl Buf {
83
unsafe { mem::transmute(self.inner.as_slice()) }
84
}
85
86
- #[inline]
87
pub fn as_mut_slice(&mut self) -> &mut Slice {
88
// Safety: Slice is just a wrapper for Wtf8,
89
// and as_slice returns &Wtf8. Therefore,
0 commit comments