about summary refs log tree commit diff
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-13 19:45:25 +0800
committer许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-10-13 19:45:25 +0800
commitbe89da5ab5b4e01cead1219ac7d68ac93751e69b (patch)
tree72234dec83e4f76398aa43109506c5bc2f9a9cab
parent75a9c86a7786e72dd432bbef1e3bf99f25654496 (diff)
downloadrust-be89da5ab5b4e01cead1219ac7d68ac93751e69b.tar.gz
rust-be89da5ab5b4e01cead1219ac7d68ac93751e69b.zip
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.
-rw-r--r--triagebot.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 60ec1043aad..b3f6a94d7f4 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -674,6 +674,15 @@ instead.
 """
 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"]
 cc = ["@camelid"]