mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 17:48:22 +00:00
fix
This commit is contained in:
parent
c432cf6586
commit
b8f5ac3bd8
|
@ -70,7 +70,7 @@ let mut archive = tar::Archive::new(decoder);
|
|||
|
||||
// Loop over the entries
|
||||
for entry in archive.entries()? {
|
||||
let entry = e.unwrap();
|
||||
let entry = entry.unwrap();
|
||||
let path = entry.path().unwrap();
|
||||
let filename = path.file_name().expect("exist");
|
||||
// process each entry
|
||||
|
|
Loading…
Reference in a new issue