aboutsummaryrefslogtreecommitdiffstats
path: root/components/compositing/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/compositing/lib.rs')
-rw-r--r--components/compositing/lib.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/components/compositing/lib.rs b/components/compositing/lib.rs
index 550b079f0f9..ecb25528c6e 100644
--- a/components/compositing/lib.rs
+++ b/components/compositing/lib.rs
@@ -7,13 +7,12 @@
#![feature(globs, phase, macro_rules)]
-#![deny(unused_imports, unused_variable)]
+#![deny(unused_imports)]
+#![deny(unused_variables)]
#[phase(plugin, link)]
extern crate log;
-extern crate debug;
-
extern crate alert;
extern crate azure;
extern crate devtools_traits;