chore: fix type err

This commit is contained in:
Zixuan Chen 2024-08-21 11:30:03 +08:00
parent 0717aadd79
commit be0a7979cd
No known key found for this signature in database

View file

@ -1156,8 +1156,6 @@ impl LoroDoc {
self.import(&other.export_from(&self.oplog_vv()))
}
#[cfg(feature = "test_utils")]
#[allow(unused)]
pub(crate) fn arena(&self) -> &SharedArena {
&self.arena
}