From e1eae16e12db666650b2ccbbf367a93ea337e7e2 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 9 May 2024 18:35:28 -0700 Subject: [PATCH] style: Fix cargo fmt re trailing comma in type-constraint list --- src/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.rs b/src/write.rs index bb99eb11..6bde75ce 100644 --- a/src/write.rs +++ b/src/write.rs @@ -732,7 +732,7 @@ impl ZipWriter { ) -> ZipResult<()> where S: Into> + ToOwned, - SToOwned: Into> + SToOwned: Into>, { self.finish_file()?;