Use new attributes syntax in properties.rs

This commit is contained in:
Manish Goregaokar 2014-05-01 21:45:54 +05:30
parent 14063b242e
commit da381d6edb

View file

@ -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;