unicode_data.rs: show command for generating file

This commit is contained in:
Ralf Jung 2024-11-02 10:06:52 +01:00
parent b5f4883a06
commit 720d618b5f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
///! This file is generated by src/tools/unicode-table-generator; do not edit manually!
///! This file is generated by `./x run src/tools/unicode-table-generator`; do not edit manually!
#[rustc_const_unstable(feature = "const_unicode_case_lookup", issue = "101400")]
#[inline(always)]

View File

@ -268,7 +268,7 @@ fn main() {
let mut table_file = String::new();
table_file.push_str(
"///! This file is generated by src/tools/unicode-table-generator; do not edit manually!\n",
"///! This file is generated by `./x run src/tools/unicode-table-generator`; do not edit manually!\n",
);
// Include the range search function