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 `./x run 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// Alphabetic : 1727 bytes, 142759 codepoints in 757 ranges (U+000041 - U+0323B0) using skiplist
33// Case_Ignorable : 1053 bytes, 2749 codepoints in 452 ranges (U+000027 - U+0E01F0) using skiplist
44// Cased : 407 bytes, 4578 codepoints in 159 ranges (U+000041 - U+01F18A) using skiplist
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ fn main() {
228228
229229 let mut table_file = String :: new ( ) ;
230230 table_file. push_str (
231- "/// ! This file is generated by `./x run src/tools/unicode-table-generator`; do not edit manually!\n " ,
231+ "//! This file is generated by `./x run src/tools/unicode-table-generator`; do not edit manually!\n " ,
232232 ) ;
233233
234234 let mut total_bytes = 0 ;
You can’t perform that action at this time.
0 commit comments