Skip to content

Commit 2a3f0bb

Browse files
committed
rollup merge of rust-lang#18705 : fabricedesre/patch-1
2 parents 0047b84 + f230e78 commit 2a3f0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libunicode/tables.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
1212

13-
#![allow(missing_doc, non_uppercase_statics, non_snake_case)]
13+
#![allow(missing_docs, non_uppercase_globals, non_snake_case)]
1414

1515
/// The version of [Unicode](http://www.unicode.org/)
1616
/// that the `UnicodeChar` and `UnicodeStrPrelude` traits are based on.

0 commit comments

Comments
 (0)