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-retrofit.md | |
| parent | 4053cb24991c406e53dd04a015ba5dd44c6620f3 (diff) | |
| download | rust_starter-8048d67e5917b771be9aa819094aebf3936d0e98.zip | |
docs: manifest-own warning fatality
Diffstat (limited to 'docs/bootstrap-retrofit.md')
| -rw-r--r-- | docs/bootstrap-retrofit.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/bootstrap-retrofit.md b/docs/bootstrap-retrofit.md index c07be56..a2910ce 100644 --- a/docs/bootstrap-retrofit.md +++ b/docs/bootstrap-retrofit.md @@ -96,6 +96,9 @@ Add `[lints] workspace = true` to every member crate. Take inline `cargo clippy -- -A/-D ...` tails from scripts and CI, and migrate them into the root manifest in grouped, commented form. +That includes `-D warnings`: if warnings are meant to be fatal, encode that as +`warnings = "deny"` under `[workspace.lints.rust]` instead of leaving it as a command-line tail. + ### 5. Tighten local suppression discipline Prefer: |