Remove unused import
This commit is contained in:
parent
df9bf606b2
commit
659c9186c6
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ use libflate;
|
||||||
use bzip2;
|
use bzip2;
|
||||||
#[cfg(feature = "bzip2")]
|
#[cfg(feature = "bzip2")]
|
||||||
use bzip2::write::BzEncoder;
|
use bzip2::write::BzEncoder;
|
||||||
#[allow(unused_imports)] // Rust <1.23 compat
|
|
||||||
#[allow(deprecated)] use std::ascii::AsciiExt;
|
|
||||||
|
|
||||||
enum GenericZipWriter<W: Write + io::Seek>
|
enum GenericZipWriter<W: Write + io::Seek>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue