Skip to content

Commit

Permalink
Auto merge of #11943 - Muscraft:fix-changelog, r=epage
Browse files Browse the repository at this point in the history
docs(changelog): Change wording about auto-fix message

The wording in the changelog regarding the auto-fix message specified that it would show for "warnings/errors", but Cargo only shows the message for warnings currently.

The reason that errors were not included was that there were concerns with `rustfix`/`cargo`'s ability to deal with errors, so we decided to skip showing it when there were any errors.
  • Loading branch information
bors committed Apr 7, 2023
2 parents a5ca31d + eb71bc8 commit b9379ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b9379ea

Please sign in to comment.