From 804fb273096bbe1ea1e86e76a8f71e9a54294591 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 8 Apr 2024 10:47:35 -0700 Subject: [PATCH] Fix Clippy warning --- src/read.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read.rs b/src/read.rs index 203f0ea8..6f54ad85 100644 --- a/src/read.rs +++ b/src/read.rs @@ -1161,7 +1161,7 @@ pub fn read_zipfile_from_stream<'a, R: Read>(reader: &'a mut R) -> ZipResult