mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use new attributes syntax in properties.rs
This commit is contained in:
parent
14063b242e
commit
da381d6edb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue