From ffa7772cc362049308193e133744a0120092f0c2 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 22 Apr 2024 19:56:46 -0700 Subject: [PATCH] style: cargo fmt --all --- src/read.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read.rs b/src/read.rs index f1aaf52c..bca18dbd 100644 --- a/src/read.rs +++ b/src/read.rs @@ -1005,8 +1005,8 @@ impl<'a> ZipFile<'a> { /// Get the name of the file in a sanitized form. It truncates the name to the first NULL byte, /// removes a leading '/' and removes '..' parts. #[deprecated( - since = "0.5.7", - note = "by stripping `..`s from the path, the meaning of paths can change. + since = "0.5.7", + note = "by stripping `..`s from the path, the meaning of paths can change. `mangled_name` can be used if this behaviour is desirable" )] pub fn sanitized_name(&self) -> PathBuf {