about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUrgau <urgau@numericable.fr>2025-08-16 11:41:51 +0200
committerUrgau <urgau@numericable.fr>2025-08-16 12:55:23 +0200
commite906a59ebb5111d065d74c0127647dd380e25dc5 (patch)
tree5f2963211d6b2e18b4aa81f71917d85c83deb571
parent1ae7c4907275f10b3db9e886bc8809ec063e45ee (diff)
downloadrust-e906a59ebb5111d065d74c0127647dd380e25dc5.tar.gz
rust-e906a59ebb5111d065d74c0127647dd380e25dc5.zip
Fix `unicode_data.rs` mention message
-rw-r--r--triagebot.toml11
1 files changed, 6 insertions, 5 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 2f31a30019b..e55f2abce7f 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -1003,11 +1003,12 @@ 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.
+`library/core/src/unicode/unicode_data.rs` is generated by the \
+`src/tools/unicode-table-generator` tool.
+
+If you want to modify `unicode_data.rs`, please modify the tool then regenerate the library \
+source file via `./x run src/tools/unicode-table-generator` instead of editing \
+`unicode_data.rs` manually.
 """
 
 [mentions."src/librustdoc/html/static"]