Skip to content

Commit

Permalink
Update to rust master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Feb 20, 2015
1 parent b45ad35 commit 9e8b4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! These provide convenience methods for creating a decoder/encoder out of an
//! already existing stream to chain construction.

#![feature(io, core, collections, std_misc, env)]
#![feature(old_io, core, collections, std_misc, env)]
#![deny(missing_docs)]
#![feature(unsafe_destructor)]
#![cfg_attr(test, deny(warnings))]
Expand Down
2 changes: 1 addition & 1 deletion tests/gunzip.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(io, path)]
#![feature(old_io, old_path)]

extern crate flate2;

Expand Down

0 comments on commit 9e8b4b4

Please sign in to comment.