1
Fork 0

remove redundant clones

This commit is contained in:
Matthias Krüger 2023-02-10 18:08:25 +01:00
parent d1ac43a9b9
commit 5201bb53bb
3 changed files with 3 additions and 5 deletions

View file

@ -203,7 +203,7 @@ impl<'a> ArchiveBuilder<'a> for ArArchiveBuilder<'a> {
}
}
self.src_archives.push((archive_path.to_owned(), archive_map));
self.src_archives.push((archive_path, archive_map));
Ok(())
}