We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce0107 commit cfa09d4Copy full SHA for cfa09d4
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6487cb221bcf7820a9d8458f18080c8f3ef1c2dc
+refs/heads/master: 18c46b8fd4029bdcc2836298cca2df05b5c5f314
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
trunk/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