chore: fix typo
This commit is contained in:
parent
df8479ac4f
commit
113d18c6a0
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ impl<W: Write + Seek> ZipWriter<W> {
|
|||
) -> ZipResult<()>
|
||||
where
|
||||
S: Into<Box<str>> + ToOwned<Owned = SToOwned>,
|
||||
SOwned: Into<Box<str>>
|
||||
SToOwned: Into<Box<str>>
|
||||
{
|
||||
self.finish_file()?;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue