mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![deny(unused_imports, unused_variable)]
|
||||
|
||||
extern crate std;
|
||||
extern crate getopts;
|
||||
extern crate regex;
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![deny(unused_imports, unused_variable)]
|
||||
|
||||
extern crate png;
|
||||
extern crate std;
|
||||
extern crate test;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue