Add doc comment about extract bailing without cleanup

This commit is contained in:
Zac Pullar-Strecker 2020-06-24 10:16:27 +12:00
parent c074a3090c
commit 080292c6c3

View file

@ -238,6 +238,8 @@ impl<R: Read + io::Seek> ZipArchive<R> {
///
/// Paths are sanitized so that they cannot escape the given directory.
///
/// This bails on the first error and does not attempt cleanup.
///
/// # Platform-specific behaviour
///
/// On unix systems permissions from the zip file are preserved, if they exist.