Skip to content

Commit a8dde5c

Browse files
author
gimbles
committed
[fix] remove pub(crate) visibility
1 parent 04ff722 commit a8dde5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/sys/windows/os_str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ impl fmt::Display for Buf {
4545
}
4646

4747
#[repr(transparent)]
48-
pub(crate) struct Slice {
48+
pub struct Slice {
4949
pub inner: Wtf8,
5050
}
5151

0 commit comments

Comments
 (0)