Skip to content

Commit

Permalink
write to wrile_all
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored May 15, 2024
1 parent 4765e1c commit ff5ebf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async fn main() {
.open("./wikisent2.txt")
.unwrap();

file.write(resp.as_ref()).unwrap();
file.write_all(resp.as_ref()).unwrap();

// Decompress it.
/*let mut archive = zip::ZipArchive::new(file).unwrap();
Expand Down

0 comments on commit ff5ebf6

Please sign in to comment.