diff --git a/src/write.rs b/src/write.rs index b6e3e9e4..ccacbf0f 100644 --- a/src/write.rs +++ b/src/write.rs @@ -724,14 +724,15 @@ impl ZipWriter { } /// Start a new file for with the requested options. - fn start_entry( + fn start_entry( &mut self, name: S, options: FileOptions, raw_values: Option, ) -> ZipResult<()> where - S: Into> + ToOwned, + S: Into> + ToOwned, + SOwned: Into> { self.finish_file()?;