Skip to content

Commit 720d618

Browse files
committed
unicode_data.rs: show command for generating file
1 parent b5f4883 commit 720d618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/core/src/unicode/unicode_data.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)]

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

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)