Merge branch 'dbrgn-ascii-ext-import'
This commit is contained in:
commit
3e237d8e76
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@ language: rust
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
|
- 1.20.0
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,8 @@ use msdos_time::TmMsDosExt;
|
||||||
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
|
||||||
|
use std::ascii::AsciiExt;
|
||||||
|
|
||||||
enum GenericZipWriter<W: Write + io::Seek>
|
enum GenericZipWriter<W: Write + io::Seek>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue