diff --git a/git/src/lib.rs b/git/src/lib.rs index 8efeb7f..5de0d2e 100644 --- a/git/src/lib.rs +++ b/git/src/lib.rs @@ -52,7 +52,6 @@ pub fn load_repos(root_path: &Path) -> HashMap { } }) }) - .into_iter() .collect() }