remove #[inline] for consistency in windows/os_str
This commit is contained in:
parent
21975a1aaa
commit
cce8ee8bf7
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ impl Buf {
|
|||
unsafe { mem::transmute(self.inner.as_slice()) }
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn as_mut_slice(&mut self) -> &mut Slice {
|
||||
// Safety: Slice is just a wrapper for Wtf8,
|
||||
// and as_slice returns &Wtf8. Therefore,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue