summaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-04-12 14:36:43 -0700
committerGitHub <noreply@github.com>2023-04-12 14:36:43 -0700
commitc9358e9a0051286fc5f33ed4d2f9aa013cafdd57 (patch)
treea6c30a315e05afc09765a9b3df58f401becf521c /RELEASES.md
parentf9f25162bf62ef6325443168e4200236729c2234 (diff)
downloadrust-c9358e9a0051286fc5f33ed4d2f9aa013cafdd57.tar.gz
Apply suggestions from code review
Co-authored-by: est31 <est31@users.noreply.github.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 3298e43d89e..db9e19a9814 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -64,7 +64,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 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/)
+- [Cargo now sets the `CARGO_BIN_NAME` environment variable also for binary examples.](https://github.com/rust-lang/cargo/pull/11705/)
<a id="1.69.0-Rustdoc"></a>