Skip to content

Commit

Permalink
Update crates/red_knot/build.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Micha Reiser <[email protected]>
  • Loading branch information
AlexWaygood and MichaReiser authored Jun 7, 2024
1 parent 49d62cf commit 3eb687c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/red_knot/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ fn zip_dir(
zip.add_directory(name, options)?;
}
}
zip.finish()?;
Result::Ok(())
zip.finish()
}

fn main() -> Result<(), Box<dyn Error>> {
Expand Down

0 comments on commit 3eb687c

Please sign in to comment.