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!
22
33#[ rustc_const_unstable( feature = "const_unicode_case_lookup" , issue = "101400" ) ]
44#[ inline( always) ]
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ fn main() {
268268 let mut table_file = String :: new ( ) ;
269269
270270 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 " ,
272272 ) ;
273273
274274 // Include the range search function
You can’t perform that action at this time.
0 commit comments