style: cargo fmt --all

This commit is contained in:
Chris Hennick 2024-04-22 19:56:46 -07:00
parent 64b738a81e
commit ffa7772cc3
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -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, /// 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. /// removes a leading '/' and removes '..' parts.
#[deprecated( #[deprecated(
since = "0.5.7", since = "0.5.7",
note = "by stripping `..`s from the path, the meaning of paths can change. note = "by stripping `..`s from the path, the meaning of paths can change.
`mangled_name` can be used if this behaviour is desirable" `mangled_name` can be used if this behaviour is desirable"
)] )]
pub fn sanitized_name(&self) -> PathBuf { pub fn sanitized_name(&self) -> PathBuf {