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

@@ -250,6 +250,7 @@ rf.write('''// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGH
// The following code was generated by "src/etc/unicode.py"
#[allow(missing_doc)];
#[allow(non_uppercase_statics)];
''')