Skip to content

Commit

Permalink
Merge pull request rust-lang#5 from CraZySacX/master
Browse files Browse the repository at this point in the history
Fix for rust commit 3dcd2157403163789aaf21a9ab3c4d30a7c6494d 'Switch to ...
  • Loading branch information
alexcrichton committed Nov 18, 2014
2 parents fc04214 + dc7747f commit 78edf36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ use std::io::IoResult;

pub use gz::Builder as GzBuilder;
pub use gz::Header as GzHeader;
pub use CompressionLevel::{BestCompression,BestSpeed,NoCompression};

mod crc;
mod deflate;
Expand Down
1 change: 1 addition & 0 deletions src/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use libc;

use {CompressionLevel, NoCompression};
use ffi;
use self::Flavor::{Deflate,Inflate};

pub struct EncoderWriter<W> {
pub inner: Option<W>,
Expand Down

0 comments on commit 78edf36

Please sign in to comment.