[fix] remove pub(crate) visibility
This commit is contained in:
parent
0a80bb43e5
commit
3b5fe261fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue