about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-02 11:30:41 -0700
committerbors <bors@rust-lang.org>2013-05-02 11:30:41 -0700
commitec9c7c324e5aab7665ef3626b85dba2b1ecdbe29 (patch)
tree8b4910bfb8c8fb2a18ccdc7912b705f2d7b05f8d /src/libcore
parentb6988843e8cf673ee2a147b82ab67ae45548aa0d (diff)
parent18c46b8fd4029bdcc2836298cca2df05b5c5f314 (diff)
downloadrust-ec9c7c324e5aab7665ef3626b85dba2b1ecdbe29.tar.gz
rust-ec9c7c324e5aab7665ef3626b85dba2b1ecdbe29.zip
auto merge of #6184 : kud1ing/rust/master, r=sanxiyn
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/unicode.rs2
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 {