rollup merge of #18656 : thiagopnts/rename-deprecated-non_uppercase_statics

This commit is contained in:
Alex Crichton
2014-11-06 13:31:54 -08:00
4 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ preamble = '''// Copyright 2012-2014 The Rust Project Developers. See the COPYRI
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
#![allow(missing_docs, non_uppercase_statics, non_snake_case)]
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
'''
# Mapping taken from Table 12 from: