chore: fix clippy lint

This commit is contained in:
daimond113 2025-01-19 22:33:23 +01:00
parent fe979f26c5
commit 446aa748a6
No known key found for this signature in database
GPG key ID: 640DC95EC1190354

View file

@ -455,7 +455,7 @@ impl Project {
);
}
return ();
return;
}
let used_paths = used_paths.clone();