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!
2
2
// Alphabetic : 1727 bytes, 142759 codepoints in 757 ranges (U+000041 - U+0323B0) using skiplist
3
3
// Case_Ignorable : 1053 bytes, 2749 codepoints in 452 ranges (U+000027 - U+0E01F0) using skiplist
4
4
// 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() {
228
228
229
229
let mut table_file = String :: new ( ) ;
230
230
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 " ,
232
232
) ;
233
233
234
234
let mut total_bytes = 0 ;
You can’t perform that action at this time.
0 commit comments