Reinstate errors for unused variables and imports.

This commit is contained in:
Jack Moffitt 2014-09-13 23:38:00 -06:00
parent 97e068b1c2
commit e10206e91e
19 changed files with 36 additions and 8 deletions

View file

@ -7,12 +7,11 @@
#![feature(globs, macro_rules, struct_variant, phase, unsafe_destructor)]
#![feature(phase)]
#![deny(unused_imports, unused_variable)]
#![allow(non_snake_case_functions)]
#![doc="The script crate contains all matters DOM."]
#![allow(non_snake_case_functions)]
#[phase(plugin, link)]
extern crate log;