diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-22 13:36:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-22 13:36:21 +0200 |
| commit | 2dfb8d73f7d29448f4b90638c95e932c839ad7a4 (patch) | |
| tree | ddf9a11de1fe160ab705ec1aa6da93d3adef8388 | |
| parent | 7c856886adb733511f1876dcdebd03113ac16bf1 (diff) | |
| parent | c40ec8199f14aeb2b6b003bed69eff19ec9cc612 (diff) | |
| download | rust-2dfb8d73f7d29448f4b90638c95e932c839ad7a4.tar.gz rust-2dfb8d73f7d29448f4b90638c95e932c839ad7a4.zip | |
Rollup merge of #44029 - WiSaGaN:patch-1, r=alexcrichton
Fix typos in 1.20 release notes
| -rw-r--r-- | RELEASES.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 8200b16ce44..c3a7367a2ee 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -92,7 +92,7 @@ Stabilized APIs Cargo ----- - [Cargo API token location moved from `~/.cargo/config` to - `~/cargo/credentials`.][cargo/3978] + `~/.cargo/credentials`.][cargo/3978] - [Cargo will now build `main.rs` binaries that are in sub-directories of `src/bin`.][cargo/4214] ie. Having `src/bin/server/main.rs` and `src/bin/client/main.rs` generates `target/debug/server` and `target/debug/client` @@ -172,7 +172,6 @@ Compatibility Notes [`slice::sort_unstable`]: https://doc.rust-lang.org/std/primitive.slice.html#method.sort_unstable [`ste::from_boxed_utf8_unchecked`]: https://doc.rust-lang.org/std/str/fn.from_boxed_utf8_unchecked.html [`str::as_bytes_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.as_bytes_mut -[`str::as_bytes_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.as_bytes_mut [`str::from_utf8_mut`]: https://doc.rust-lang.org/std/str/fn.from_utf8_mut.html [`str::from_utf8_unchecked_mut`]: https://doc.rust-lang.org/std/str/fn.from_utf8_unchecked_mut.html [`str::get_mut`]: https://doc.rust-lang.org/std/primitive.str.html#method.get_mut |
