summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/legacy-comparison.md8
1 files changed, 4 insertions, 4 deletions
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