aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2014-05-01 21:45:54 +0530
committerManish Goregaokar <manishsmail@gmail.com>2014-05-01 21:45:54 +0530
commitda381d6edb15a046f10e0200185cc0b9fc6b361d (patch)
tree31439cdecf6cedb4343b794f7e61c33ea8caa3af
parent14063b242e9564aab40f30c5fcdd36daadf657a2 (diff)
downloadservo-da381d6edb15a046f10e0200185cc0b9fc6b361d.tar.gz
servo-da381d6edb15a046f10e0200185cc0b9fc6b361d.zip
Use new attributes syntax in properties.rs
-rw-r--r--src/components/style/properties.rs.mako2
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;