aboutsummaryrefslogtreecommitdiff
path: root/src/zip/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/zip/mod.rs')
-rw-r--r--src/zip/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zip/mod.rs b/src/zip/mod.rs
index 8601526..23cadb9 100644
--- a/src/zip/mod.rs
+++ b/src/zip/mod.rs
@@ -6,3 +6,6 @@ mod structs;
6pub use driver::Zip; 6pub use driver::Zip;
7pub use error::{ZipError, ZipResult}; 7pub use error::{ZipError, ZipResult};
8pub use file::ZipFile; 8pub use file::ZipFile;
9
10#[cfg(test)]
11mod tests;