We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c660607 commit 7aca562Copy full SHA for 7aca562
1 file changed
AGENTS.md
@@ -8,7 +8,7 @@
8
time you reach a stopping point or think you've finished work.
9
* run `cargo +nightly fmt --all` to format Rust source files. Please do this every time you reach a stopping point or
10
think you've finished work.
11
-* run `cargo xtask public-api` to re-generate the public API lock files. Please do this every time you reach a stopping
+* run `./scripts/public-api.sh` to re-generate the public API lock files. Please do this every time you reach a stopping
12
point or think you've finished work.
13
* you can try running
14
`cargo fix --lib --allow-dirty --allow-staged && cargo clippy --fix --lib --allow-dirty --allow-staged` to
0 commit comments