Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35
unicode_data.rs: show command for generating file https://github.com/rust-lang/rust/pull/131647 made this an easily runnable tool, now we just have to mention that in the comment. :) Fixes https://github.com/rust-lang/rust/issues/131640.
This commit is contained in:
commit
b438a5cd2a
@ -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!
|
||||
|
||||
#[inline(always)]
|
||||
const fn bitset_search<
|
||||
|
@ -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…
Reference in New Issue
Block a user