Skip to content

Commit 7a46ff5

Browse files
committed
Fix formatting in release notes from 52a9883
1 parent 4a6547c commit 7a46ff5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RELEASES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ Cargo
7070
- [The package definition in `cargo metadata` now includes the `"default_run"`
7171
field from the manifest.][cargo/9550]
7272
- [Added `cargo d` as an alias for `cargo doc`.][cargo/9680]
73-
- [Added `{lib}` as formatting option for `cargo tree` to print the "lib_name" of packages.][cargo/9663]
73+
- [Added `{lib}` as formatting option for `cargo tree` to print the `"lib_name"`
74+
of packages.][cargo/9663]
7475

7576
Rustdoc
7677
-------
@@ -119,6 +120,7 @@ Compatibility Notes
119120
[cargo/9675]: https://github.com/rust-lang/cargo/pull/9675
120121
[cargo/9550]: https://github.com/rust-lang/cargo/pull/9550
121122
[cargo/9680]: https://github.com/rust-lang/cargo/pull/9680
123+
[cargo/9663]: https://github.com/rust-lang/cargo/pull/9663
122124
[`array::map`]: https://doc.rust-lang.org/stable/std/primitive.array.html#method.map
123125
[`Bound::cloned`]: https://doc.rust-lang.org/stable/std/ops/enum.Bound.html#method.cloned
124126
[`Drain::as_str`]: https://doc.rust-lang.org/stable/std/string/struct.Drain.html#method.as_str

0 commit comments

Comments
 (0)