diff options
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 51365f0515f..beedd0895d3 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -5,7 +5,8 @@ #![comment = "The Servo Parallel Browser Project"] #![license = "MPL"] -#![deny(unused_imports, unused_variable)] +#![deny(unused_imports)] +#![deny(unused_variables)] extern crate devtools_traits; extern crate geom; |