Skip to content

Commit 5bed9dc

Browse files
authored
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.
2 parents 1ef0aef + ed1b78c commit 5bed9dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd_unicode/tables.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
11+
// NOTE: The following code was generated by "./unicode.py", do not edit directly
1212

1313
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
1414

src/etc/unicode.py renamed to src/libstd_unicode/unicode.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// option. This file may not be copied, modified, or distributed
3636
// except according to those terms.
3737
38-
// NOTE: The following code was generated by "src/etc/unicode.py", do not edit directly
38+
// NOTE: The following code was generated by "./unicode.py", do not edit directly
3939
4040
#![allow(missing_docs, non_upper_case_globals, non_snake_case)]
4141
'''

0 commit comments

Comments
 (0)