From 67701e00629ff2a0bb5a3b75628d23e102a95348 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 18 Feb 2015 17:54:22 +0530 Subject: [PATCH] -warnings --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index da79e5ce9e5..36802d1a329 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,7 @@ #![feature(plugin_registrar, box_syntax)] +#![feature(rustc_private, core, collections)] -#![allow(unused_imports, unstable)] +#![allow(unused_imports)] #[macro_use] extern crate syntax;