Skip to content

Commit b9379ea

Browse files
committed
Auto merge of #11943 - Muscraft:fix-changelog, r=epage
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.
2 parents a5ca31d + eb71bc8 commit b9379ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
- Added `-C` flag for changing current dir before build starts.
7171
[#10952](https://github.com/rust-lang/cargo/pull/10952)
7272
- Cargo now suggests `cargo fix` or `cargo clippy --fix`
73-
when compilation warnings/errors are auto-fixable.
73+
when compilation warnings are auto-fixable.
7474
[#11558](https://github.com/rust-lang/cargo/pull/11558)
7575
- Cargo now suggests `cargo add` if you try to install a library crate.
7676
[#11410](https://github.com/rust-lang/cargo/pull/11410)

0 commit comments

Comments
 (0)