Skip to content

Commit 754b3e7

Browse files
committed
Change hint to correct path
1 parent 0a6af98 commit 754b3e7

File tree

1 file changed

+1
-1
lines changed
  • src/tools/unicode-table-generator/src

1 file changed

+1
-1
lines changed

src/tools/unicode-table-generator/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fn main() {
220220
let write_location = std::env::args().nth(1).unwrap_or_else(|| {
221221
eprintln!("Must provide path to write unicode tables to");
222222
eprintln!(
223-
"e.g. {} library/core/unicode/unicode_data.rs",
223+
"e.g. {} library/core/src/unicode/unicode_data.rs",
224224
std::env::args().next().unwrap_or_default()
225225
);
226226
std::process::exit(1);

0 commit comments

Comments
 (0)