We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f4883 commit 720d618Copy full SHA for 720d618
library/core/src/unicode/unicode_data.rs
@@ -1,4 +1,4 @@
1
-///! This file is generated by src/tools/unicode-table-generator; do not edit manually!
+///! This file is generated by `./x run src/tools/unicode-table-generator`; do not edit manually!
2
3
#[rustc_const_unstable(feature = "const_unicode_case_lookup", issue = "101400")]
4
#[inline(always)]
src/tools/unicode-table-generator/src/main.rs
@@ -268,7 +268,7 @@ fn main() {
268
let mut table_file = String::new();
269
270
table_file.push_str(
271
- "///! This file is generated by src/tools/unicode-table-generator; do not edit manually!\n",
+ "///! This file is generated by `./x run src/tools/unicode-table-generator`; do not edit manually!\n",
272
);
273
274
// Include the range search function
0 commit comments