unicode_data.rs: show command for generating file
This commit is contained in:
parent
b5f4883a06
commit
720d618b5f
2 changed files with 2 additions and 2 deletions
|
@ -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)]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue