Skip to content

Commit be89da5

Browse files
committed
triagebot: add reminder for library/core/src/unicode/unicode_data.rs that it needs to be generated by tool
And should not be directly edited.
1 parent 75a9c86 commit be89da5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

+9
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,15 @@ instead.
674674
"""
675675
cc = ["@calebzulawski", "@programmerjake"]
676676

677+
[mentions."library/core/src/unicode/unicode_data.rs"]
678+
message = """
679+
`library/core/src/unicode/unicode_data.rs` is generated by
680+
`src/tools/unicode-table-generator` via `./x run
681+
src/tools/unicode-table-generator`. If you want to modify `unicode_data.rs`,
682+
please modify the tool then regenerate the library source file with the tool
683+
instead of editing the library source file manually.
684+
"""
685+
677686
[mentions."src/librustdoc/clean/types.rs"]
678687
cc = ["@camelid"]
679688

0 commit comments

Comments
 (0)