We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0409d commit bd2e819Copy full SHA for bd2e819
rust/README.md
@@ -48,17 +48,17 @@ TODO
48
49
### Code Generation
50
51
-If you do changes to either
52
-* `ast-generator`, or
+If you make changes to either
+* `ast-generator/`, or
53
* `schema/*.py`
54
55
you'll need to regenerate code. You can do so running
56
-```bash
+```sh
57
bazel run @codeql//rust/codegen
58
```
59
60
Sometimes, especially if resolving conflicts on generated files, you might need to run
61
62
bazel run @codeql//rust/codegen -- --force
63
64
for code generation to succeed.
0 commit comments