diff options
Diffstat (limited to 'src/libcore/unicode.rs')
| -rw-r--r-- | src/libcore/unicode.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/unicode.rs b/src/libcore/unicode.rs index 242672de296..c6fc5f16ed1 100644 --- a/src/libcore/unicode.rs +++ b/src/libcore/unicode.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)] +#![allow(missing_doc, non_uppercase_statics, non_snake_case_functions)] fn bsearch_range_table(c: char, r: &'static [(char,char)]) -> bool { |
