Skip to content

Commit 32c45a4

Browse files
authored
Rollup merge of rust-lang#145486 - Urgau:unicode-mention, r=lqd
Fix `unicode_data.rs` mention message The [previous message](rust-lang#145479 (comment)) was weirdly formatted, let's render it properly.
2 parents beddf06 + e906a59 commit 32c45a4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

triagebot.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,11 +1003,12 @@ 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.
1008+
1009+
If you want to modify `unicode_data.rs`, please modify the tool then regenerate the library \
1010+
source file via `./x run src/tools/unicode-table-generator` instead of editing \
1011+
`unicode_data.rs` manually.
10111012
"""
10121013

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

0 commit comments

Comments
 (0)