remove redundant clones
This commit is contained in:
parent
d1ac43a9b9
commit
5201bb53bb
3 changed files with 3 additions and 5 deletions
|
@ -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(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue