aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2015-02-09 17:41:57 -0500
committerJosh Matthews <josh@joshmatthews.net>2015-02-09 17:41:57 -0500
commit446f0f447eb1f915a3edfbfa5f662d055f8c984a (patch)
treec65590c6fac2098ba7f8c4f2748c598eca13e43f /components/script
parent1af8170037922250bbc3884f94c8a647f495eeb3 (diff)
downloadservo-446f0f447eb1f915a3edfbfa5f662d055f8c984a.tar.gz
servo-446f0f447eb1f915a3edfbfa5f662d055f8c984a.zip
Allow unused variables, imports, and mutable.
Diffstat (limited to 'components/script')
-rw-r--r--components/script/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index 91c22329d0d..d5a4c72f9cb 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -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)]