Add clippy suggestions

This commit is contained in:
2022-06-13 22:47:49 +02:00
parent 96943c1483
commit 7363ed48b4
3 changed files with 5 additions and 5 deletions

View File

@@ -295,7 +295,7 @@ pub trait Provider {
for repo in repos {
let namespace = repo.namespace();
let mut repo = repo.into_repo_config(&self.name(), worktree_setup, force_ssh);
let mut repo = repo.into_repo_config(self.name(), worktree_setup, force_ssh);
// Namespace is already part of the hashmap key. I'm not too happy
// about the data exchange format here.