about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorFlorian Zeitz <florob@babelmonkeys.de>2014-05-12 19:56:41 +0200
committerAlex Crichton <alex@alexcrichton.com>2014-05-13 17:24:07 -0700
commit74ad0236747469f9646916d1916dee2598076161 (patch)
treedb2d8c1fe2d8461e4bcbfb7fe8acba782e66693f /src/libstd
parent21867fa1279c38189faccfb430c8bd6bffe0ef9e (diff)
downloadrust-74ad0236747469f9646916d1916dee2598076161.tar.gz
rust-74ad0236747469f9646916d1916dee2598076161.zip
std, core: Generate unicode.rs using unicode.py
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/unicode.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/unicode.rs b/src/libstd/unicode.rs
index be6e5d040a7..d534b30221b 100644
--- a/src/libstd/unicode.rs
+++ b/src/libstd/unicode.rs
@@ -1,4 +1,4 @@
-// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// The following code was generated by "src/etc/unicode.py"
+// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
 
 #![allow(missing_doc, non_uppercase_statics)]