[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)]
|
#[repr(transparent)]
|
||||||
pub(crate) struct Slice {
|
pub struct Slice {
|
||||||
pub inner: Wtf8,
|
pub inner: Wtf8,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user