We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a571179 + 3b5fe26 commit db5b365Copy full SHA for db5b365
library/std/src/sys/windows/os_str.rs
@@ -44,6 +44,7 @@ impl fmt::Display for Buf {
44
}
45
46
47
+#[repr(transparent)]
48
pub struct Slice {
49
pub inner: Wtf8,
50
0 commit comments