mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Reinstate errors for unused variables and imports.
This commit is contained in:
parent
97e068b1c2
commit
e10206e91e
19 changed files with 36 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue