Refactor: don't need to be mutable during prepare_next_writer
This commit is contained in:
parent
55d82a455c
commit
a41c92d164
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ impl<W: Write + Seek> Drop for ZipWriter<W> {
|
|||
|
||||
impl<W: Write + Seek> GenericZipWriter<W> {
|
||||
fn prepare_next_writer(
|
||||
&mut self,
|
||||
&self,
|
||||
compression: CompressionMethod,
|
||||
compression_level: Option<i32>,
|
||||
) -> ZipResult<Box<dyn FnOnce(W) -> GenericZipWriter<W>>> {
|
||||
|
|
Loading…
Add table
Reference in a new issue