mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-06 04:19:34 +00:00
chore: fix type err
This commit is contained in:
parent
0717aadd79
commit
be0a7979cd
1 changed files with 0 additions and 2 deletions
|
@ -1156,8 +1156,6 @@ impl LoroDoc {
|
||||||
self.import(&other.export_from(&self.oplog_vv()))
|
self.import(&other.export_from(&self.oplog_vv()))
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "test_utils")]
|
|
||||||
#[allow(unused)]
|
|
||||||
pub(crate) fn arena(&self) -> &SharedArena {
|
pub(crate) fn arena(&self) -> &SharedArena {
|
||||||
&self.arena
|
&self.arena
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue