Skip to content

Commit d82ee66

Browse files
authored
Rollup merge of #146234 - hkBst:file-generated-header, r=tgross35
change file-is-generated doc comment to inner Alternatively this could perhaps be better as a normal comment...
2 parents 690753f + 98e1029 commit d82ee66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/core/src/unicode/unicode_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

src/tools/unicode-table-generator/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)