Skip to content

Commit 3b5fe26

Browse files
author
gimbles
committed
[fix] remove pub(crate) visibility
1 parent 0a80bb4 commit 3b5fe26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/windows/os_str.rs

+1-1
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)