Allow unused variables, imports, and mutable.

This commit is contained in:
Josh Matthews 2015-02-09 17:41:57 -05:00
parent 1af8170037
commit 446f0f447e
19 changed files with 0 additions and 39 deletions

View file

@ -2,8 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![deny(unused_imports)]
#![deny(unused_variables)]
#![allow(unstable)]
#[cfg(target_os="android")]