auto merge of #2279 : Manishearth/servo/patch-3, r=jdm

This commit is contained in:
bors-servo 2014-05-01 12:25:48 -04:00
commit b501654a8a

View file

@ -4,7 +4,7 @@
// This file is a Mako template: http://www.makotemplates.org/ // 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; pub use std::ascii::StrAsciiExt;