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.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-10-13 19:45:25 +08:00
parent 75a9c86a77
commit be89da5ab5

View File

@ -674,6 +674,15 @@ instead.
""" """
cc = ["@calebzulawski", "@programmerjake"] cc = ["@calebzulawski", "@programmerjake"]
[mentions."library/core/src/unicode/unicode_data.rs"]
message = """
`library/core/src/unicode/unicode_data.rs` is generated by
`src/tools/unicode-table-generator` via `./x run
src/tools/unicode-table-generator`. If you want to modify `unicode_data.rs`,
please modify the tool then regenerate the library source file with the tool
instead of editing the library source file manually.
"""
[mentions."src/librustdoc/clean/types.rs"] [mentions."src/librustdoc/clean/types.rs"]
cc = ["@camelid"] cc = ["@camelid"]