From eb71bc85fbbdb4ce089e0820c17a638da1fcd10a Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 6 Apr 2023 20:01:12 -0500 Subject: [PATCH] docs(changelog): Change wording about auto-fix message --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cac7692f296..f084188013d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,7 +70,7 @@ - Added `-C` flag for changing current dir before build starts. [#10952](https://github.com/rust-lang/cargo/pull/10952) - Cargo now suggests `cargo fix` or `cargo clippy --fix` - when compilation warnings/errors are auto-fixable. + when compilation warnings are auto-fixable. [#11558](https://github.com/rust-lang/cargo/pull/11558) - Cargo now suggests `cargo add` if you try to install a library crate. [#11410](https://github.com/rust-lang/cargo/pull/11410)