mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Allow unused variables, imports, and mutable.
This commit is contained in:
parent
1af8170037
commit
446f0f447e
19 changed files with 0 additions and 39 deletions
|
@ -7,9 +7,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
|
||||
extern crate getopts;
|
||||
extern crate regex;
|
||||
extern crate test;
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
|
||||
extern crate png;
|
||||
extern crate test;
|
||||
extern crate regex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue