File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Compatibility Notes
75
75
- `cargo test` now passes `--target` to `rustdoc` if the specified target is
76
76
the same as the host target.
77
77
[#10594](https://github.com/rust-lang/cargo/pull/10594)
78
+ - [rustdoc: doctests are now run on unexported `macro_rules!` macros, matching other private items][96630]
78
79
- [rustdoc: Remove .woff font files][96279]
79
80
- [Enforce Copy bounds for repeat elements while considering lifetimes][95819]
80
81
@@ -109,6 +110,7 @@ and related tools.
109
110
[96393]: https://github.com/rust-lang/rust/pull/96393/
110
111
[96436]: https://github.com/rust-lang/rust/pull/96436/
111
112
[96557]: https://github.com/rust-lang/rust/pull/96557/
113
+ [96630]: https://github.com/rust-lang/rust/pull/96630/
112
114
113
115
[`bool::then_some`]: https://doc.rust-lang.org/stable/std/primitive.bool.html#method.then_some
114
116
[`f32::total_cmp`]: https://doc.rust-lang.org/stable/std/primitive.f32.html#method.total_cmp
You can’t perform that action at this time.
0 commit comments