diff options
| author | Fabrice Desré <fabrice@desre.org> | 2014-11-06 09:37:54 -0800 |
|---|---|---|
| committer | Fabrice Desré <fabrice@desre.org> | 2014-11-06 09:37:54 -0800 |
| commit | f230e788e06ae6c37616c484209e77e75ac082b8 (patch) | |
| tree | af6e7f2f0ede81b6b8e8cf3f24a947eb64a20ee6 /src/libunicode | |
| parent | 60a669a1743b845dfa349684ef057bc98ec6d840 (diff) | |
| download | rust-f230e788e06ae6c37616c484209e77e75ac082b8.tar.gz rust-f230e788e06ae6c37616c484209e77e75ac082b8.zip | |
Fix a couple of build warnings
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 87ee3220ee5..d79a7e493fe 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 `UnicodeStrSlice` traits are based on. |
