diff --git a/src/archive/zip.rs b/src/archive/zip.rs index 8b08ba6..c6fb142 100644 --- a/src/archive/zip.rs +++ b/src/archive/zip.rs @@ -42,7 +42,7 @@ impl Extract for Zip { } } - if (&*file.name()).ends_with('/') { + if file.name().ends_with('/') { debug!( "File {} extracted to \"{}\"", i,