Remove unneeded reborrow
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2022-08-15 15:00:12 -05:00
parent 547934071a
commit e0bc95f785

View file

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