mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55: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
|
@ -5,7 +5,6 @@
|
|||
#![feature(thread_local, link_args, plugin, box_syntax, int_uint)]
|
||||
|
||||
#![allow(experimental, non_camel_case_types, unstable)]
|
||||
#![deny(unused_imports, unused_variables, unused_mut)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue