servo: Merge #4881 - Allow unused variables, imports, and mutable (from jdm:allowunused); r=Manishearth

Source-Repo: https://github.com/servo/servo
Source-Revision: 7048291dc0db4efecf9c13779feeb5e022210123
This commit is contained in:
Josh Matthews
2015-02-09 16:45:47 -07:00
parent 946364dfd6
commit 6b82a6f27f
19 changed files with 0 additions and 39 deletions

View File

@@ -5,8 +5,6 @@
#![feature(unsafe_destructor, plugin, box_syntax, int_uint)]
#![deny(unsafe_blocks)]
#![deny(unused_imports)]
#![deny(unused_variables)]
#![allow(non_snake_case)]
#![allow(missing_copy_implementations)]
#![allow(unstable)]