diff --git a/src/write.rs b/src/write.rs index 3552ff88..2366fef9 100644 --- a/src/write.rs +++ b/src/write.rs @@ -272,7 +272,6 @@ impl ZipWriter *options.permissions.as_mut().unwrap() |= 0o40000; options.compression_method = CompressionMethod::Stored; - // TODO: change the method signature to take an &str for 'name' let name_as_string = name.into(); // Append a slash to the filename if it does not end with it. let name_with_slash = match name_as_string.chars().last() {