We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6487cb2 commit 18c46b8Copy full SHA for 18c46b8
src/libcore/unicode.rs
@@ -10,6 +10,8 @@
10
11
#[doc(hidden)]; // FIXME #3538
12
13
+// The following code was generated by "src/etc/unicode.py"
14
+
15
pub mod general_category {
16
17
fn bsearch_range_table(c: char, r: &'static [(char,char)]) -> bool {
0 commit comments