Auto merge of #96802 - gimbles:windows_slice, r=thomcc
[feat] Make sys::windows::os_str::Slice repr(transparent) Fixes #96577
This commit is contained in:
commit
db5b365fb0
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ impl fmt::Display for Buf {
|
|||
}
|
||||
}
|
||||
|
||||
#[repr(transparent)]
|
||||
pub struct Slice {
|
||||
pub inner: Wtf8,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue