diff options
| author | main <main@swarm.moe> | 2026-04-04 21:50:22 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-04-04 21:50:22 -0400 |
| commit | 8048d67e5917b771be9aa819094aebf3936d0e98 (patch) | |
| tree | 467090c90a5f263088a1de701095a040c66733ff /docs/bootstrap-fresh.md | |
| parent | 4053cb24991c406e53dd04a015ba5dd44c6620f3 (diff) | |
| download | rust_starter-8048d67e5917b771be9aa819094aebf3936d0e98.zip | |
docs: manifest-own warning fatality
Diffstat (limited to 'docs/bootstrap-fresh.md')
| -rw-r--r-- | docs/bootstrap-fresh.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/bootstrap-fresh.md b/docs/bootstrap-fresh.md index f77b819..89bf757 100644 --- a/docs/bootstrap-fresh.md +++ b/docs/bootstrap-fresh.md @@ -116,6 +116,7 @@ The template only installs the fast gate. Add the deeper posture when the repo i ## Acceptance Checklist - root `Cargo.toml` contains `[workspace.lints.rust]`, `[workspace.lints.rustdoc]`, and `[workspace.lints.clippy]` +- root `Cargo.toml` owns warning-fatality policy, e.g. `warnings = "deny"` under `[workspace.lints.rust]`, rather than hiding it in runner flags - root `Cargo.toml` contains canonical command vectors in `[workspace.metadata.rust-starter]` - root `Cargo.toml` contains an ordered `canonicalize_commands` pipeline in `[workspace.metadata.rust-starter]` - root `Cargo.toml` contains `[workspace.metadata.rust-starter.source_files]` with an intentional `max_lines` value |