diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-11-06 13:32:56 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-11-06 13:53:26 -0800 |
| commit | 2a3f0bb657843fad1c65295f5178561692cc7ed6 (patch) | |
| tree | 89b800729c7b8832ae7d30369b663e1735c025a8 /src/libunicode | |
| parent | 0047b84a00c27406d1288a6265e23ae2613122b9 (diff) | |
| parent | f230e788e06ae6c37616c484209e77e75ac082b8 (diff) | |
| download | rust-2a3f0bb657843fad1c65295f5178561692cc7ed6.tar.gz rust-2a3f0bb657843fad1c65295f5178561692cc7ed6.zip | |
rollup merge of #18705 : fabricedesre/patch-1
Diffstat (limited to 'src/libunicode')
| -rw-r--r-- | src/libunicode/tables.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunicode/tables.rs b/src/libunicode/tables.rs index 212502fd181..c665ac3748b 100644 --- a/src/libunicode/tables.rs +++ b/src/libunicode/tables.rs @@ -10,7 +10,7 @@ // NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly -#![allow(missing_doc, non_uppercase_statics, non_snake_case)] +#![allow(missing_docs, non_uppercase_globals, non_snake_case)] /// The version of [Unicode](http://www.unicode.org/) /// that the `UnicodeChar` and `UnicodeStrPrelude` traits are based on. |
