2
0
Fork 0
mirror of https://git.asonix.dog/asonix/pict-rs synced 2025-01-08 18:51:24 +00:00
This commit is contained in:
asonix 2022-09-10 11:04:03 -05:00
parent 276eac29a6
commit 4dff8de985

View file

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