mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: fix typo in README.md
This commit is contained in:
@@ -8,7 +8,7 @@ It uses:
|
|||||||
Both are fetched by bazel while building. In order to have proper IDE support and being
|
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
|
able to run cargo tooling in this crate, you can run
|
||||||
```bash
|
```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
|
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
|
directly from `rust-analyzer`, not the one in your working copy. Those should not need to be
|
||||||
|
|||||||
Reference in New Issue
Block a user