From 02b75e884e362b03e8f3ef46cf45b53fb3b821dc Mon Sep 17 00:00:00 2001 From: Nick Rolfe Date: Thu, 12 Jun 2025 13:00:23 +0100 Subject: [PATCH] Rust: fix typo in README.md --- rust/ast-generator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ast-generator/README.md b/rust/ast-generator/README.md index 17d75c6445d6..21193bdee1c5 100644 --- a/rust/ast-generator/README.md +++ b/rust/ast-generator/README.md @@ -8,7 +8,7 @@ It uses: Both are fetched by bazel while building. In order to have proper IDE support and being able to run cargo tooling in this crate, you can run ```bash -bazel run //rust/ast-generator:inject_sources +bazel run //rust/ast-generator:inject-sources ``` which will create the missing sources. Be aware that bazel will still use the source taken directly from `rust-analyzer`, not the one in your working copy. Those should not need to be