Fix unicode_data.rs mention message
This commit is contained in:
parent
1ae7c49072
commit
e906a59ebb
1 changed files with 6 additions and 5 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue