We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93fd6ec commit 02b75e8Copy full SHA for 02b75e8
rust/ast-generator/README.md
@@ -8,7 +8,7 @@ It uses:
8
Both are fetched by bazel while building. In order to have proper IDE support and being
9
able to run cargo tooling in this crate, you can run
10
```bash
11
-bazel run //rust/ast-generator:inject_sources
+bazel run //rust/ast-generator:inject-sources
12
```
13
which will create the missing sources. Be aware that bazel will still use the source taken
14
directly from `rust-analyzer`, not the one in your working copy. Those should not need to be
0 commit comments