fix: revert napi update

This commit is contained in:
DecDuck
2025-07-02 20:33:53 +10:00
parent 59ca57ee1b
commit 04d3f2dd8c
3 changed files with 3 additions and 8 deletions

View File

@@ -84,11 +84,6 @@ impl ZipVersionBackend {
}
}
}
impl Drop for ZipVersionBackend {
fn drop(&mut self) {
println!("dropping archive");
}
}
pub struct ZipFileWrapper {
pub archive: Arc<ZipArchive<FileReader>>,