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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/compositing/lib.rs b/components/compositing/lib.rs
index a016afd11bd..f7644e8fc7f 100644
--- a/components/compositing/lib.rs
+++ b/components/compositing/lib.rs
@@ -7,6 +7,8 @@
#![feature(globs, phase, macro_rules)]
+#![deny(unused_imports, unused_variable)]
+
#[phase(plugin, link)]
extern crate log;