Commit 5acb5c8
committed
Keep Rust formatting checks aligned with the workspace manifest
Constraint: rs/Cargo.toml is a virtual workspace manifest, so cargo fmt --manifest-path rs/Cargo.toml --check fails before rustfmt reaches member crates.
Rejected: formatting individual crate manifests | duplicates workspace membership and lets future crates escape CI.
Confidence: high
Scope-risk: narrow
Directive: Keep the workflow, AGENTS.md, and PR template cargo fmt command in sync.
Tested: git diff --check; bash AGENTS-release-check.sh; npm_config_cache=/tmp/npm-cache npx --yes markdown-link-check CHANGELOG.md --config .github/markdown-link-check-config.json -q; GitHub run 26217931032 showed markdown link-check success and cargo fmt failed with Failed to find targets.
Not-tested: Local cargo fmt/clippy/tests; cargo is not installed in this environment.1 parent 7d10ec2 commit 5acb5c8
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments