File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/tools/unicode-table-generator/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ///! This file is generated by src/tools/unicode-table-generator; do not edit manually!
1
+ ///! This file is generated by `./x run src/tools/unicode-table-generator` ; do not edit manually!
2
2
3
3
#[ rustc_const_unstable( feature = "const_unicode_case_lookup" , issue = "101400" ) ]
4
4
#[ inline( always) ]
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ fn main() {
268
268
let mut table_file = String :: new ( ) ;
269
269
270
270
table_file. push_str (
271
- "///! This file is generated by src/tools/unicode-table-generator; do not edit manually!\n " ,
271
+ "///! This file is generated by `./x run src/tools/unicode-table-generator` ; do not edit manually!\n " ,
272
272
) ;
273
273
274
274
// Include the range search function
You can’t perform that action at this time.
0 commit comments