From 21f10dd1b9f30199d0553d581399d6bb9dac5be8 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 6 Apr 2023 19:25:49 -0700 Subject: [PATCH] Cargo only suggests fixes for warnings Co-authored-by: Scott Schafer --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index f07b97e2acdc..e33a695212b7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -63,7 +63,7 @@ Cargo ----- - [Added '-C' flag for changing current dir before build](https://github.com/rust-lang/cargo/pull/10952/) -- [Cargo now suggests `cargo fix` or `cargo clippy --fix` when compilation warnings/errors are auto-fixable.](https://github.com/rust-lang/cargo/pull/11558/) +- [Cargo now suggests `cargo fix` or `cargo clippy --fix` when compilation warnings are auto-fixable.](https://github.com/rust-lang/cargo/pull/11558/) - [Cargo now suggests `cargo add` if you try to install a library crate.](https://github.com/rust-lang/cargo/pull/11410/) - [Cargo now sets `CARGO_BIN_NAME` environment variable also for binary examples.](https://github.com/rust-lang/cargo/pull/11705/)