aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools/lib.rs')
-rw-r--r--components/devtools/lib.rs2
1 files changed, 0 insertions, 2 deletions
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;