Fix one overlooked example
This commit is contained in:
parent
cd52df6a18
commit
86ec190ba6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ fn main()
|
|||
}
|
||||
}
|
||||
|
||||
fn write_file(reader: &mut zip::read::ZipFileReader, outpath: Path)
|
||||
fn write_file(reader: &mut zip::read::ZipFile, outpath: Path)
|
||||
{
|
||||
let mut outfile = fs::File::create(&outpath).unwrap();
|
||||
io::copy(reader, &mut outfile).unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue