Skip to content

Commit bd2e819

Browse files
redsun82paldepind
andauthored
Rust: Apply suggestions from code review
Co-authored-by: Simon Friis Vindum <[email protected]>
1 parent 7c0409d commit bd2e819

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ TODO
4848

4949
### Code Generation
5050

51-
If you do changes to either
52-
* `ast-generator`, or
51+
If you make changes to either
52+
* `ast-generator/`, or
5353
* `schema/*.py`
5454

5555
you'll need to regenerate code. You can do so running
56-
```bash
56+
```sh
5757
bazel run @codeql//rust/codegen
5858
```
5959

6060
Sometimes, especially if resolving conflicts on generated files, you might need to run
61-
```bash
61+
```sh
6262
bazel run @codeql//rust/codegen -- --force
6363
```
6464
for code generation to succeed.

0 commit comments

Comments
 (0)