Skip to content

Commit

Permalink
fix: Windows build was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Feb 5, 2024
1 parent 858ab1e commit d41394e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rc-zip-sync/examples/jean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ fn do_main(cli: Cli) -> Result<(), Box<dyn std::error::Error>> {
.expect("all full entry paths should have parent paths"),
)?;
let mut entry_writer = File::create(path)?;
let mut entry_reader = entry.reader();
std::io::copy(&mut entry_reader, &mut entry_writer)?;
} else {
let path = dir.join(entry_name);
Expand Down

0 comments on commit d41394e

Please sign in to comment.