Auto merge of #10706 - zwn:unused-extern-crates, r=nox

Turn on unused-extern-crates warning.

As discussed in #9256. It should solve second half of the issue.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10706)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-22 13:40:38 -07:00
commit 0a3a50a129
29 changed files with 23 additions and 55 deletions

View file

@ -12,10 +12,6 @@ path = "lib.rs"
git = "https://github.com/servo/rust-azure"
features = ["plugins"]
[dependencies.layers]
git = "https://github.com/servo/rust-layers"
features = ["plugins"]
[dependencies.canvas_traits]
path = "../canvas_traits"

View file

@ -14,7 +14,6 @@ extern crate euclid;
extern crate gfx_traits;
extern crate gleam;
extern crate ipc_channel;
extern crate layers;
#[macro_use]
extern crate log;
extern crate num_traits;