style: Fix cargo fmt re trailing comma in type-constraint list

This commit is contained in:
Chris Hennick 2024-05-09 18:35:28 -07:00 committed by GitHub
parent 113d18c6a0
commit e1eae16e12
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -732,7 +732,7 @@ impl<W: Write + Seek> ZipWriter<W> {
) -> ZipResult<()>
where
S: Into<Box<str>> + ToOwned<Owned = SToOwned>,
SToOwned: Into<Box<str>>
SToOwned: Into<Box<str>>,
{
self.finish_file()?;