swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/docs/bootstrap-retrofit.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bootstrap-retrofit.md')
-rw-r--r--docs/bootstrap-retrofit.md3
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: