Skip to content

Commit

Permalink
Merge pull request rust-lang#4 from CraZySacX/master
Browse files Browse the repository at this point in the history
fix for new BytesReader and AsRefReader traits introduced in recent rust...
  • Loading branch information
alexcrichton committed Oct 30, 2014
2 parents f74a1f6 + 39e9769 commit d497f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use std::c_str::CString;
use std::cmp;
use std::io::{IoResult, IoError};
use std::io::{BytesReader,IoResult, IoError};
use std::io;
use std::os;
use std::slice::bytes;
Expand Down

0 comments on commit d497f69

Please sign in to comment.