From 1a481fd9e0158d7b2bd8caa06186d7ae2b960ffc Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 2 Nov 2024 10:06:52 +0100 Subject: [PATCH] unicode_data.rs: show command for generating file --- core/src/unicode/unicode_data.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/unicode/unicode_data.rs b/core/src/unicode/unicode_data.rs index cba53bf5054e6..5465fff5f887d 100644 --- a/core/src/unicode/unicode_data.rs +++ b/core/src/unicode/unicode_data.rs @@ -1,4 +1,4 @@ -///! 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! #[rustc_const_unstable(feature = "const_unicode_case_lookup", issue = "101400")] #[inline(always)]