This commit is contained in:
Edgar 2022-01-06 10:49:02 +01:00
parent c5a9a8ad45
commit 34700ef3ce
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -69,7 +69,6 @@ Now we need to pass this `decoder` to tar to get its entries:
let mut archive = tar::Archive::new(decoder);
// Loop over the entries
for entry in archive.entries()? {
let entry = e.unwrap();
let path = entry.path().unwrap();