We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a669a commit f230e78Copy full SHA for f230e78
src/libunicode/tables.rs
@@ -10,7 +10,7 @@
10
11
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
12
13
-#![allow(missing_doc, non_uppercase_statics, non_snake_case)]
+#![allow(missing_docs, non_uppercase_globals, non_snake_case)]
14
15
/// The version of [Unicode](http://www.unicode.org/)
16
/// that the `UnicodeChar` and `UnicodeStrSlice` traits are based on.
0 commit comments