mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-04-06 03:40:59 +01:00
chore: fix clippy lint
This commit is contained in:
parent
fe979f26c5
commit
446aa748a6
1 changed files with 1 additions and 1 deletions
|
@ -455,7 +455,7 @@ impl Project {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ();
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
let used_paths = used_paths.clone();
|
let used_paths = used_paths.clone();
|
||||||
|
|
Loading…
Add table
Reference in a new issue