chore: Remove a drop that can no longer be explicit
This commit is contained in:
parent
84aa6e8f11
commit
b59515bbd7
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ fn encrypting_file() {
|
|||
.unwrap();
|
||||
archive.write_all(b"test").unwrap();
|
||||
archive.finish().unwrap();
|
||||
drop(archive);
|
||||
let mut archive = zip::ZipArchive::new(Cursor::new(&mut buf)).unwrap();
|
||||
let mut file = archive.by_index_decrypt(0, b"password").unwrap();
|
||||
let mut buf = Vec::new();
|
||||
|
|
Loading…
Add table
Reference in a new issue