mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +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 {
|
fn self_tree(&self) -> &Self::SledTree {
|
||||||
&*self
|
self
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue