From da381d6edb15a046f10e0200185cc0b9fc6b361d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 1 May 2014 21:45:54 +0530 Subject: [PATCH] Use new attributes syntax in properties.rs --- src/components/style/properties.rs.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/style/properties.rs.mako b/src/components/style/properties.rs.mako index 4608a3b443f..da5ee291eb0 100644 --- a/src/components/style/properties.rs.mako +++ b/src/components/style/properties.rs.mako @@ -4,7 +4,7 @@ // This file is a Mako template: http://www.makotemplates.org/ -#[allow(non_camel_case_types, uppercase_variables)]; +#![allow(non_camel_case_types, uppercase_variables)] pub use std::ascii::StrAsciiExt;