Skip to content

Commit cce8ee8

Browse files
committed
remove #[inline] for consistency in windows/os_str
1 parent 21975a1 commit cce8ee8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libstd/sys/windows/os_str.rs

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ impl Buf {
8383
unsafe { mem::transmute(self.inner.as_slice()) }
8484
}
8585

86-
#[inline]
8786
pub fn as_mut_slice(&mut self) -> &mut Slice {
8887
// Safety: Slice is just a wrapper for Wtf8,
8988
// and as_slice returns &Wtf8. Therefore,

0 commit comments

Comments
 (0)