mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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,6 +7,8 @@
|
|||
|
||||
#![feature(globs, macro_rules, phase, thread_local)]
|
||||
|
||||
#![deny(unused_imports, unused_variable)]
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
#![comment = "The Servo Parallel Browser Project"]
|
||||
#![license = "MPL"]
|
||||
|
||||
#![deny(unused_imports, unused_variable)]
|
||||
|
||||
extern crate servo;
|
||||
extern crate native;
|
||||
extern crate servo_util = "util";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue