mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2025-01-09 19:21:41 +00:00
clippy
This commit is contained in:
parent
276eac29a6
commit
4dff8de985
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