diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-05-01 21:45:54 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-05-01 21:45:54 +0530 |
commit | da381d6edb15a046f10e0200185cc0b9fc6b361d (patch) | |
tree | 31439cdecf6cedb4343b794f7e61c33ea8caa3af | |
parent | 14063b242e9564aab40f30c5fcdd36daadf657a2 (diff) | |
download | servo-da381d6edb15a046f10e0200185cc0b9fc6b361d.tar.gz servo-da381d6edb15a046f10e0200185cc0b9fc6b361d.zip |
Use new attributes syntax in properties.rs
-rw-r--r-- | src/components/style/properties.rs.mako | 2 |
1 files changed, 1 insertions, 1 deletions
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; |