mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +00:00
Remove unneeded reborrow
This commit is contained in:
parent
547934071a
commit
e0bc95f785
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ impl SledDb for sled034::Db {
|
|||
}
|
||||
|
||||
fn self_tree(&self) -> &Self::SledTree {
|
||||
&*self
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue