diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 2 |
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)] |