diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-06-09 14:31:42 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-06-09 14:31:42 -0600 |
commit | 88c1cdc9fca6568d1075ea9577ac996c5f73b98f (patch) | |
tree | 62f424cf4b6bbf2ba845d583acb15652f3863b67 /components/devtools/lib.rs | |
parent | da2ea385bad2f9c22c1dc75bd52b32206cf9d9bb (diff) | |
parent | 8e4bfe39a2f6046b315fa12b8ad261ae7b857efd (diff) | |
download | servo-88c1cdc9fca6568d1075ea9577ac996c5f73b98f.tar.gz servo-88c1cdc9fca6568d1075ea9577ac996c5f73b98f.zip |
Auto merge of #6314 - Manishearth:feature_audit, r=mbrubeck
Will post audit report in a bit
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6314)
<!-- Reviewable:end -->
Diffstat (limited to 'components/devtools/lib.rs')
-rw-r--r-- | components/devtools/lib.rs | 2 |
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; |