style: Fix cargo fmt re trailing comma in type-constraint list
This commit is contained in:
parent
113d18c6a0
commit
e1eae16e12
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ impl<W: Write + Seek> ZipWriter<W> {
|
||||||
) -> ZipResult<()>
|
) -> ZipResult<()>
|
||||||
where
|
where
|
||||||
S: Into<Box<str>> + ToOwned<Owned = SToOwned>,
|
S: Into<Box<str>> + ToOwned<Owned = SToOwned>,
|
||||||
SToOwned: Into<Box<str>>
|
SToOwned: Into<Box<str>>,
|
||||||
{
|
{
|
||||||
self.finish_file()?;
|
self.finish_file()?;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue