about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2017-05-05 17:35:30 -0400
committerGitHub <noreply@github.com>2017-05-05 17:35:30 -0400
commit5bed9dc320144a523958dd5871164d86d363772e (patch)
treedb61c61aa50c615759326e7dc3bf1908237a9f01
parent1ef0aef777056ad550a6d353c4038753014d71d5 (diff)
parented1b78c16b0dc50bdf8141aad16164c5364f4347 (diff)
downloadrust-5bed9dc320144a523958dd5871164d86d363772e.tar.gz
rust-5bed9dc320144a523958dd5871164d86d363772e.zip
Rollup merge of #41763 - frewsxcv:unicode-py, r=alexcrichton
Move unicode Python script into libstd_unicode crate.

The only place this Python script is used is inside the libstd_unicode
crate, so lets move it there.
-rw-r--r--src/libstd_unicode/tables.rs2
-rwxr-xr-xsrc/libstd_unicode/unicode.py (renamed from src/etc/unicode.py)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd_unicode/tables.rs b/src/libstd_unicode/tables.rs
index 7a5667b96a5..7173040350e 100644
--- a/src/libstd_unicode/tables.rs
+++ b/src/libstd_unicode/tables.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
+// NOTE: The following code was generated by "./unicode.py", do not edit directly
 
 #![allow(missing_docs, non_upper_case_globals, non_snake_case)]
 
diff --git a/src/etc/unicode.py b/src/libstd_unicode/unicode.py
index e5389c112e8..5f9def02c7d 100755
--- a/src/etc/unicode.py
+++ b/src/libstd_unicode/unicode.py
@@ -35,7 +35,7 @@ preamble = '''// Copyright 2012-2016 The Rust Project Developers. See the COPYRI
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
+// NOTE: The following code was generated by "./unicode.py", do not edit directly
 
 #![allow(missing_docs, non_upper_case_globals, non_snake_case)]
 '''