style: cargo fmt --all
This commit is contained in:
parent
64b738a81e
commit
ffa7772cc3
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue