From 113d18c6a0dd260456ffb41489ef4261a2ca7780 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 9 May 2024 18:34:03 -0700 Subject: [PATCH] chore: fix typo --- src/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.rs b/src/write.rs index ccacbf0f..bb99eb11 100644 --- a/src/write.rs +++ b/src/write.rs @@ -732,7 +732,7 @@ impl ZipWriter { ) -> ZipResult<()> where S: Into> + ToOwned, - SOwned: Into> + SToOwned: Into> { self.finish_file()?;