rustc: add a lint to enforce uppercase statics.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#[crate_type = "lib"];
|
||||
|
||||
#[allow(non_camel_case_types)];
|
||||
#[allow(non_uppercase_statics)];
|
||||
#[deny(deprecated_pattern)];
|
||||
|
||||
extern mod extra;
|
||||
|
||||
Reference in New Issue
Block a user