summaryrefslogtreecommitdiffstats
path: root/vendor/zip/tests/zip64_large.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/zip/tests/zip64_large.rs')
-rw-r--r--vendor/zip/tests/zip64_large.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/zip/tests/zip64_large.rs b/vendor/zip/tests/zip64_large.rs
index 3d10a3181..468ef198f 100644
--- a/vendor/zip/tests/zip64_large.rs
+++ b/vendor/zip/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:?}"),
};
}
}