From 86add71b4c8d83fb362f4293cb9d6ada5eb768d8 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 9 Jun 2015 23:42:58 +0530 Subject: Audit and reduce unstable usage in devtools Reasons behind existing unstable features: core: - `Reflect` / `Any` stuff --- components/devtools/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/devtools/lib.rs') diff --git a/components/devtools/lib.rs b/components/devtools/lib.rs index 24def5fe21c..fd3dba4f1be 100644 --- a/components/devtools/lib.rs +++ b/components/devtools/lib.rs @@ -11,14 +11,12 @@ #![crate_type = "rlib"] #![feature(box_syntax, core)] -#![feature(collections)] #![allow(non_snake_case)] #[macro_use] extern crate log; -extern crate collections; extern crate core; extern crate devtools_traits; extern crate rustc_serialize; -- cgit v1.2.3