diff options
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index dd10bf89104..3574d657853 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -2,7 +2,8 @@ * 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, unused_variable)] +#![deny(unused_imports)] +#![deny(unused_variables)] extern crate azure; extern crate geom; |