Skip to content

Commit e1b4dea

Browse files
authored
Merge pull request #19742 from github/nickrolfe/rust-readme
Rust: fix typo in README.md
2 parents 93fd6ec + 02b75e8 commit e1b4dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ast-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It uses:
88
Both are fetched by bazel while building. In order to have proper IDE support and being
99
able to run cargo tooling in this crate, you can run
1010
```bash
11-
bazel run //rust/ast-generator:inject_sources
11+
bazel run //rust/ast-generator:inject-sources
1212
```
1313
which will create the missing sources. Be aware that bazel will still use the source taken
1414
directly from `rust-analyzer`, not the one in your working copy. Those should not need to be

0 commit comments

Comments
 (0)