diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-11-06 13:54:32 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-11-06 14:18:07 -0800 |
| commit | 65805bffe7524a79de6e275d6d9172f6e5ff99eb (patch) | |
| tree | 94647d755c3a5b088ddd19b2e1dfb04c5fdccdb5 /src/libunicode | |
| parent | 03006c7300536ee290fd5659edc59f6119daa5ab (diff) | |
| download | rust-65805bffe7524a79de6e275d6d9172f6e5ff99eb.tar.gz rust-65805bffe7524a79de6e275d6d9172f6e5ff99eb.zip | |
Test fixes and rebase conflicts
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 c665ac3748b..79752354049 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_docs, non_uppercase_globals, non_snake_case)] +#![allow(missing_docs, non_upper_case_globals, non_snake_case)] /// The version of [Unicode](http://www.unicode.org/) /// that the `UnicodeChar` and `UnicodeStrPrelude` traits are based on. |
