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