Skip to content

Commit

Permalink
Rollup merge of rust-lang#132499 - RalfJung:unicode_data.rs, r=tgross35
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
matthiaskrgr authored Nov 3, 2024
2 parents 0278cab + 1a481fd commit a42fc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/unicode/unicode_data.rs
Original file line number Diff line number Diff line change
@@ -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<
Expand Down

0 comments on commit a42fc21

Please sign in to comment.