clippy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

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
}
}