Skip to content

Commit 550bf65

Browse files
committed
Fix unicode_data.rs mention message
1 parent 1ae7c49 commit 550bf65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

triagebot.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,11 +1003,11 @@ cc = ["@calebzulawski", "@programmerjake"]
10031003

10041004
[mentions."library/core/src/unicode/unicode_data.rs"]
10051005
message = """
1006-
`library/core/src/unicode/unicode_data.rs` is generated by
1007-
`src/tools/unicode-table-generator` via `./x run
1008-
src/tools/unicode-table-generator`. If you want to modify `unicode_data.rs`,
1009-
please modify the tool then regenerate the library source file with the tool
1010-
instead of editing the library source file manually.
1006+
`library/core/src/unicode/unicode_data.rs` is generated by the \
1007+
`src/tools/unicode-table-generator` tool via `./x run src/tools/unicode-table-generator`.
1008+
1009+
If you want to modify `unicode_data.rs`, please modify the tool then regenerate the library \
1010+
source file with the tool instead of editing the library source file manually.
10111011
"""
10121012

10131013
[mentions."src/librustdoc/html/static"]

0 commit comments

Comments
 (0)