mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 12:20:06 +00:00
chore: fix warning
This commit is contained in:
parent
ca5da52c44
commit
ba9a42bb16
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ impl ContainerWrapper {
|
|||
ans
|
||||
}
|
||||
|
||||
#[allow(unused)]
|
||||
pub fn decode_parent(b: &[u8]) -> Option<ContainerID> {
|
||||
let mut bytes = &b[1..];
|
||||
let _depth = leb128::read::unsigned(&mut bytes).unwrap();
|
||||
|
|
Loading…
Reference in a new issue