diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 6bf8b79e842..869905d4a3f 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -7,6 +7,8 @@ #![feature(globs, macro_rules)] +#![deny(unused_imports, unused_variable)] + #![feature(phase)] #[phase(plugin, link)] extern crate log; |