From 8048d67e5917b771be9aa819094aebf3936d0e98 Mon Sep 17 00:00:00 2001 From: main Date: Sat, 4 Apr 2026 21:50:22 -0400 Subject: docs: manifest-own warning fatality --- docs/bootstrap-retrofit.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/bootstrap-retrofit.md') 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: -- cgit v1.2.3