We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
library/core/src/unicode/unicode_data.rs
1 parent 75a9c86 commit be89da5Copy full SHA for be89da5
triagebot.toml
@@ -674,6 +674,15 @@ instead.
674
"""
675
cc = ["@calebzulawski", "@programmerjake"]
676
677
+[mentions."library/core/src/unicode/unicode_data.rs"]
678
+message = """
679
+`library/core/src/unicode/unicode_data.rs` is generated by
680
+`src/tools/unicode-table-generator` via `./x run
681
+src/tools/unicode-table-generator`. If you want to modify `unicode_data.rs`,
682
+please modify the tool then regenerate the library source file with the tool
683
+instead of editing the library source file manually.
684
+"""
685
+
686
[mentions."src/librustdoc/clean/types.rs"]
687
cc = ["@camelid"]
688
0 commit comments