summaryrefslogtreecommitdiffstats
path: root/vendor/zip/tests/end_to_end.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/zip/tests/end_to_end.rs')
-rw-r--r--vendor/zip/tests/end_to_end.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/zip/tests/end_to_end.rs b/vendor/zip/tests/end_to_end.rs
index 25d0c54d0..09e7ce47e 100644
--- a/vendor/zip/tests/end_to_end.rs
+++ b/vendor/zip/tests/end_to_end.rs
@@ -13,7 +13,7 @@ fn end_to_end() {
for &method in SUPPORTED_COMPRESSION_METHODS {
let file = &mut Cursor::new(Vec::new());
- println!("Writing file with {} compression", method);
+ println!("Writing file with {method} compression");
write_test_archive(file, method).expect("Couldn't write test zip archive");
println!("Checking file contents");