diff options
| -rw-r--r-- | src/libcore/unicode.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/unicode.rs b/src/libcore/unicode.rs index a13d66c48ee..34175f9888f 100644 --- a/src/libcore/unicode.rs +++ b/src/libcore/unicode.rs @@ -10,6 +10,8 @@ #[doc(hidden)]; // FIXME #3538 +// The following code was generated by "src/etc/unicode.py" + pub mod general_category { fn bsearch_range_table(c: char, r: &'static [(char,char)]) -> bool { |
