Skip to content

Commit

Permalink
[fix] remove pub(crate) visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gimbles committed May 7, 2022
1 parent cf8efcd commit c0743c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/src/sys/windows/os_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl fmt::Display for Buf {
}

#[repr(transparent)]
pub(crate) struct Slice {
pub struct Slice {
pub inner: Wtf8,
}

Expand Down

0 comments on commit c0743c4

Please sign in to comment.