Skip to content

Commit 2dfb8d7

Browse files
Rollup merge of #44029 - WiSaGaN:patch-1, r=alexcrichton
Fix typos in 1.20 release notes
2 parents 7c85688 + c40ec81 commit 2dfb8d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RELEASES.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Stabilized APIs
9292
Cargo
9393
-----
9494
- [Cargo API token location moved from `~/.cargo/config` to
95-
`~/cargo/credentials`.][cargo/3978]
95+
`~/.cargo/credentials`.][cargo/3978]
9696
- [Cargo will now build `main.rs` binaries that are in sub-directories of
9797
`src/bin`.][cargo/4214] ie. Having `src/bin/server/main.rs` and
9898
`src/bin/client/main.rs` generates `target/debug/server` and `target/debug/client`
@@ -172,7 +172,6 @@ Compatibility Notes
172172
[`slice::sort_unstable`]: https://doc.rust-lang.org/std/primitive.slice.html#method.sort_unstable
173173
[`ste::from_boxed_utf8_unchecked`]: https://doc.rust-lang.org/std/str/fn.from_boxed_utf8_unchecked.html
174174
[`str::as_bytes_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.as_bytes_mut
175-
[`str::as_bytes_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.as_bytes_mut
176175
[`str::from_utf8_mut`]: https://doc.rust-lang.org/std/str/fn.from_utf8_mut.html
177176
[`str::from_utf8_unchecked_mut`]: https://doc.rust-lang.org/std/str/fn.from_utf8_unchecked_mut.html
178177
[`str::get_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.get_mut

0 commit comments

Comments
 (0)