mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +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
|
@ -6,8 +6,6 @@
|
|||
#![feature(unboxed_closures)]
|
||||
#![feature(box_syntax)]
|
||||
|
||||
#![deny(unused_imports)]
|
||||
#![deny(unused_variables)]
|
||||
#![allow(missing_copy_implementations)]
|
||||
#![allow(unstable)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue