File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 70
70
- [The package definition in `cargo metadata` now includes the `"default_run"`
71
71
field from the manifest.][cargo/9550]
72
72
- [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]
74
75
75
76
Rustdoc
76
77
-------
@@ -119,6 +120,7 @@ Compatibility Notes
119
120
[cargo/9675]: https://github.com/rust-lang/cargo/pull/9675
120
121
[cargo/9550]: https://github.com/rust-lang/cargo/pull/9550
121
122
[cargo/9680]: https://github.com/rust-lang/cargo/pull/9680
123
+ [cargo/9663]: https://github.com/rust-lang/cargo/pull/9663
122
124
[`array::map`]: https://doc.rust-lang.org/stable/std/primitive.array.html#method.map
123
125
[`Bound::cloned`]: https://doc.rust-lang.org/stable/std/ops/enum.Bound.html#method.cloned
124
126
[`Drain::as_str`]: https://doc.rust-lang.org/stable/std/string/struct.Drain.html#method.as_str
You can’t perform that action at this time.
0 commit comments