mirror of
https://github.com/edg-l/edgarluque.com.git
synced 2024-11-09 09:38:23 +00:00
fix
This commit is contained in:
parent
34700ef3ce
commit
f33cf4ca14
|
@ -72,7 +72,7 @@ let mut archive = tar::Archive::new(decoder);
|
|||
for entry in archive.entries()? {
|
||||
let entry = e.unwrap();
|
||||
let path = entry.path().unwrap();
|
||||
let filename = path.file_name().expect("be a file");
|
||||
let filename = path.file_name().expect("exist");
|
||||
// process each entry
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue