aboutsummaryrefslogtreecommitdiff
path: root/tests/zip64_large.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zip64_large.rs')
-rw-r--r--tests/zip64_large.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zip64_large.rs b/tests/zip64_large.rs
index 3d10a31..468ef19 100644
--- a/tests/zip64_large.rs
+++ b/tests/zip64_large.rs
@@ -205,7 +205,7 @@ fn zip64_large() {
match file.read_exact(&mut buf) {
Ok(()) => println!("The first {} bytes are: {:?}", buf.len(), buf),
- Err(e) => println!("Could not read the file: {:?}", e),
+ Err(e) => println!("Could not read the file: {e:?}"),
};
}
}