diff --git a/src/reader.rs b/src/reader.rs index 0fea9cb4..83138a89 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -87,7 +87,7 @@ impl ZipReader /// Gets a reader for a contained zipfile. /// /// May return `ReaderUnavailable` if there is another reader borrowed. - pub fn read_file(&self, file: &ZipFile) -> ZipResult> + pub fn read_file<'a>(&'a self, file: &ZipFile) -> ZipResult> { let mut inner_reader = match self.inner.borrow_state() {