diff options
| author | Wangshan Lu <wisagan@gmail.com> | 2017-08-22 11:29:05 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-22 11:29:05 +0800 |
| commit | c40ec8199f14aeb2b6b003bed69eff19ec9cc612 (patch) | |
| tree | 56459439373fe4c3f85d8bed6663baf3c47ae7a2 | |
| parent | 8df670b6a60f245d266dbd0b650a549b7b806bac (diff) | |
| download | rust-c40ec8199f14aeb2b6b003bed69eff19ec9cc612.tar.gz rust-c40ec8199f14aeb2b6b003bed69eff19ec9cc612.zip | |
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 7bf0bcab640..5965cccf9de 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 |
