From f9865eac185ef2af4df661442d5d3bd2698b725f Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 10 Jan 2015 21:50:07 -0500 Subject: fix fallout --- src/libstd/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index a016ba8fb0c..534ece52ff5 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -123,6 +123,9 @@ #![feature(rand)] #![feature(hash)] #![cfg_attr(test, feature(test))] +#![allow(unstable)] +// NOTE(stage0): remove cfg_attr after a snapshot +#![cfg_attr(not(stage0), allow(unused_mut))] // Don't link to std. We are std. #![no_std] @@ -310,4 +313,6 @@ mod std { pub use slice; pub use boxed; // used for vec![] + // for-loops + pub use iter; } -- cgit 1.4.1-3-g733a5