aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r--components/layout/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs
index a782f4e1355..8cd1b44b4e2 100644
--- a/components/layout/lib.rs
+++ b/components/layout/lib.rs
@@ -7,6 +7,8 @@
#![feature(globs, macro_rules, phase, thread_local, unsafe_destructor)]
+#![deny(unused_imports, unused_variable)]
+
#[phase(plugin, link)]
extern crate log;