From 7a05b1a78322de7e713d8c101d43ba0ebab20a27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20du=20Garreau?= Date: Sat, 10 Apr 2021 14:13:57 +0200 Subject: [PATCH] Remove `io::Read + io::Seek` bound to `ZipArchive` --- src/read.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read.rs b/src/read.rs index 3aac00f6..c4ee2f1a 100644 --- a/src/read.rs +++ b/src/read.rs @@ -47,7 +47,7 @@ mod ffi { /// } /// ``` #[derive(Clone, Debug)] -pub struct ZipArchive { +pub struct ZipArchive { reader: R, files: Vec, names_map: HashMap,