Merge pull request #3327 from metajack/cargo-profiles

Reinstate errors for unused variables and imports.
This commit is contained in:
Josh Matthews 2014-09-14 09:56:58 -04:00
commit 6c179127a3
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;