Add allow(non_camel_case_types) to unconverted crates

This commit is contained in:
Brian Anderson
2012-09-18 11:20:57 -07:00
parent 5c18bf6cdd
commit 859a892eb0
7 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
#[allow(vecs_implicitly_copyable,
non_implicitly_copyable_typarams)];
#[allow(non_camel_case_types)];
extern mod core(vers = "0.4");
extern mod std(vers = "0.4");