mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
clippy
This commit is contained in:
parent
bfb24bc16e
commit
123488f617
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ enum DbVersion {
|
|||
|
||||
impl DbVersion {
|
||||
fn exists(root: PathBuf) -> Self {
|
||||
if s034::exists(root.clone()) {
|
||||
if s034::exists(root) {
|
||||
return DbVersion::Sled034;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue