mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2025-01-21 00:38:12 +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