docs: the default comment was removed
This commit is contained in:
parent
f86c310fdc
commit
0e482afe2e
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ impl<W: Write + io::Seek> ZipWriter<W> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Set ZIP archive comment. Defaults to 'zip-rs' if not set.
|
/// Set ZIP archive comment.
|
||||||
pub fn set_comment<S>(&mut self, comment: S)
|
pub fn set_comment<S>(&mut self, comment: S)
|
||||||
where
|
where
|
||||||
S: Into<String>,
|
S: Into<String>,
|
||||||
|
|
Loading…
Add table
Reference in a new issue