diff --git a/src/write.rs b/src/write.rs index 48699f0f..0760365b 100644 --- a/src/write.rs +++ b/src/write.rs @@ -1320,10 +1320,7 @@ impl ZipWriter { } fn index_by_name(&self, name: &str) -> ZipResult { - self - .files - .get_index_of(name) - .ok_or(ZipError::FileNotFound) + self.files.get_index_of(name).ok_or(ZipError::FileNotFound) } /// Adds another entry to the central directory referring to the same content as an existing