Skip to content

Commit a42fc21

Browse files
authored
Rollup merge of rust-lang#132499 - RalfJung:unicode_data.rs, r=tgross35
unicode_data.rs: show command for generating file rust-lang#131647 made this an easily runnable tool, now we just have to mention that in the comment. :) Fixes rust-lang#131640.
2 parents 0278cab + 1a481fd commit a42fc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
#[inline(always)]
44
const fn bitset_search<

0 commit comments

Comments
 (0)