From 6c6d92ef4535100770a67ef6a2dd0c9cf1af722d Mon Sep 17 00:00:00 2001 From: Ty Overby Date: Fri, 20 Feb 2015 08:48:48 -0800 Subject: [PATCH] feature new_io --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index b12c24b..46f08c4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ #![crate_type = "rlib"] #![crate_type = "dylib"] -#![feature(io, hash, core)] +#![feature(old_io, hash, core)] #![doc(html_logo_url = "./icon.png")]