This commit is contained in:
asonix 2022-09-10 11:04:03 -05:00
parent 276eac29a6
commit 4dff8de985
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ impl SledDb for sled034::Db {
}
fn self_tree(&self) -> &Self::SledTree {
&*self
self
}
}