about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-08-29 16:25:34 +0200
committerGitHub <noreply@github.com>2021-08-29 16:25:34 +0200
commit9ffbd5029454425c012019aa7f06eb4f70bdf343 (patch)
tree353a9d16fd8dd359f33be817933d426342c4cc03
parentefed604c2609a8f3c4d884dc6ef2e678fb8e19a5 (diff)
parent7a46ff5981bc6f27a1a325f564adf7cff161a8ec (diff)
downloadrust-9ffbd5029454425c012019aa7f06eb4f70bdf343.tar.gz
rust-9ffbd5029454425c012019aa7f06eb4f70bdf343.zip
Rollup merge of #88407 - nebkor:release-note-1.55x2, r=Mark-Simulacrum
Fix formatting in release notes from 52a988344bce11

I neglected to add a line that allowed the `[cargo/9663]` short-hand to resolve to an actual link in the rendered markdown on github.
-rw-r--r--RELEASES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index dd299ca936a..a6c1b0f50ce 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -70,7 +70,8 @@ Cargo
 - [The package definition in `cargo metadata` now includes the `"default_run"`
   field from the manifest.][cargo/9550]
 - [Added `cargo d` as an alias for `cargo doc`.][cargo/9680]
-- [Added `{lib}` as formatting option for `cargo tree` to print the "lib_name" of packages.][cargo/9663]
+- [Added `{lib}` as formatting option for `cargo tree` to print the `"lib_name"`
+  of packages.][cargo/9663]
 
 Rustdoc
 -------
@@ -119,6 +120,7 @@ Compatibility Notes
 [cargo/9675]: https://github.com/rust-lang/cargo/pull/9675
 [cargo/9550]: https://github.com/rust-lang/cargo/pull/9550
 [cargo/9680]: https://github.com/rust-lang/cargo/pull/9680
+[cargo/9663]: https://github.com/rust-lang/cargo/pull/9663
 [`array::map`]: https://doc.rust-lang.org/stable/std/primitive.array.html#method.map
 [`Bound::cloned`]: https://doc.rust-lang.org/stable/std/ops/enum.Bound.html#method.cloned
 [`Drain::as_str`]: https://doc.rust-lang.org/stable/std/string/struct.Drain.html#method.as_str