diff options
Diffstat (limited to 'src/zip/file_driver.rs')
| -rw-r--r-- | src/zip/file_driver.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zip/file_driver.rs b/src/zip/file_driver.rs index 47b4242..51075e4 100644 --- a/src/zip/file_driver.rs +++ b/src/zip/file_driver.rs | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | use crate::driver::FileDriver; | 1 | use crate::driver::FileDriver; |
| 2 | use crate::zip::{ZipError, ZipFileInfo, ZipResult}; | 2 | use crate::zip::{ZipError, ZipFileInfo, ZipResult}; |
| 3 | use std::io::{ | 3 | use std::io::{ |
| 4 | Error as IoError, ErrorKind as IoErrorKind, Read, Result as IoResult, Seek, SeekFrom, Take, | 4 | Error as IoError, ErrorKind as IoErrorKind, Read, Result as IoResult, Seek, SeekFrom, Write, |
| 5 | Write, | ||
| 6 | }; | 5 | }; |
| 7 | 6 | ||
| 8 | pub struct ZipFile<'d, Io> { | 7 | pub struct ZipFile<'d, Io> { |
