rustc: add a lint to enforce uppercase statics.

This commit is contained in:
Huon Wilson
2013-07-01 13:51:13 +10:00
parent da4384583b
commit c437a16c5d
49 changed files with 272 additions and 170 deletions

View File

@@ -21,6 +21,7 @@
#[crate_type = "lib"];
#[allow(non_camel_case_types)];
#[allow(non_uppercase_statics)];
#[deny(deprecated_pattern)];
extern mod extra;