From e30841c82bbcb3d28270b0545db135053a13ac57 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 19 Feb 2015 08:06:02 -0800 Subject: Update to rust master --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 61f71c7..eea8a77 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -114,7 +114,8 @@ //! let contents = remote_file.read_to_end(); //! ``` -#![feature(unsafe_destructor, std_misc, collections, io, core, path, hash, libc)] +#![feature(unsafe_destructor, std_misc, collections, old_io, core, old_path, hash)] +#![feature(io)] #![deny(missing_docs, unused_results)] #![cfg_attr(test, deny(warnings))] -- cgit v1.2.3