remove unneeded pub modifier
This commit is contained in:
parent
25da54d5ec
commit
755d76bf54
@ -57,7 +57,7 @@ pub(crate) enum MapKey<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl MapKey<'_> {
|
impl MapKey<'_> {
|
||||||
pub fn as_prefix(&self) -> Vec<u8> {
|
fn as_prefix(&self) -> Vec<u8> {
|
||||||
match self {
|
match self {
|
||||||
MapKey::Path((st, _)) => {
|
MapKey::Path((st, _)) => {
|
||||||
let mut v = b"p".to_vec();
|
let mut v = b"p".to_vec();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user