mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 09:14:20 +00:00
[fix] remove pub(crate) visibility
This commit is contained in:
parent
0a80bb43e5
commit
3b5fe261fe
@ -45,7 +45,7 @@ impl fmt::Display for Buf {
|
||||
}
|
||||
|
||||
#[repr(transparent)]
|
||||
pub(crate) struct Slice {
|
||||
pub struct Slice {
|
||||
pub inner: Wtf8,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user