Accept clippy suggestions

This commit is contained in:
2022-05-10 18:25:45 +02:00
parent 1cf4e85014
commit e940ab69fb
3 changed files with 4 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ pub fn get_worktree_status_table(
));
}
}
for worktree in Repo::find_unmanaged_worktrees(&repo, &directory).unwrap() {
for worktree in Repo::find_unmanaged_worktrees(repo, directory).unwrap() {
errors.push(format!(
"Found {}, which is not a valid worktree directory!",
&worktree