rename deprecated non_uppercase_statics to non_upper_case_globals

This commit is contained in:
thiagopnts
2014-11-05 12:04:26 -02:00
parent eca8f11315
commit 23913ec713
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: