Skip to content

Commit

Permalink
fix for new BytesReader and AsRefReader traits introduced in recent r…
Browse files Browse the repository at this point in the history
…ust commit
  • Loading branch information
CraZySacX committed Oct 30, 2014
1 parent f74a1f6 commit 39e9769
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 39e9769

Please sign in to comment.