From 080292c6c3af80928aa04189f792c79cf28c4f25 Mon Sep 17 00:00:00 2001 From: Zac Pullar-Strecker Date: Wed, 24 Jun 2020 10:16:27 +1200 Subject: [PATCH] Add doc comment about extract bailing without cleanup --- src/read.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/read.rs b/src/read.rs index e5a5bc38..d2eb4bf1 100644 --- a/src/read.rs +++ b/src/read.rs @@ -238,6 +238,8 @@ impl ZipArchive { /// /// 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.