summary refs log tree commit diff
path: root/src/etc/unicode.py
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-11-06 13:31:54 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-11-06 13:31:54 -0800
commitfa530fff51b3e5ff74969c320dfef44c16d3bc22 (patch)
tree92e027293264c8294f890efe5e5be1a1c409878a /src/etc/unicode.py
parent4fa22d951ffc47feb6e37ff73cabd7852bbac7c0 (diff)
parent23913ec713e3af6db48438a3a7f0bdf55685ca28 (diff)
downloadrust-fa530fff51b3e5ff74969c320dfef44c16d3bc22.tar.gz
rust-fa530fff51b3e5ff74969c320dfef44c16d3bc22.zip
rollup merge of #18656 : thiagopnts/rename-deprecated-non_uppercase_statics
Diffstat (limited to 'src/etc/unicode.py')
-rwxr-xr-xsrc/etc/unicode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/unicode.py b/src/etc/unicode.py
index fb003f47c3e..980d75b29ad 100755
--- a/src/etc/unicode.py
+++ b/src/etc/unicode.py
@@ -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: