From 9afc0370eb2805c50b2bff7e519ee454e1b9cf8d Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 12 Aug 2026 07:22:25 +0000 Subject: Update validation baseline --- docs/legacy-comparison.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/legacy-comparison.md b/docs/legacy-comparison.md index 344b76c..3e3cea7 100644 --- a/docs/legacy-comparison.md +++ b/docs/legacy-comparison.md @@ -52,10 +52,10 @@ help: view all installed commands with `cargo --list` help: find a package to install `fmt` with `cargo search cargo-fmt` ``` -`cargo test` completed successfully before the formatting command (39 -integration tests), and `cargo build --release` succeeds. The corrective action -is to install the Clippy and rustfmt components/packages for this toolchain, -then run: +On the latest validation run, `cargo test` completed successfully (63 +integration tests) before `cargo clippy -- -D warnings` reported the missing +component above. The corrective action is to install the Clippy and rustfmt +components/packages for this toolchain, then run: ```text cargo clippy -- -D warnings -- cgit v1.2.3