Skip to content

Commit a9ae03f

Browse files
authored
Update RELEASES.md
1 parent 8482ec9 commit a9ae03f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RELEASES.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ Compatibility Notes
7474
recommended to use the `compare_exchange` and `compare_exchange_weak` methods instead.
7575
- [Changes in how `TokenStream`s are checked have fixed some cases where you could write
7676
unhygenic `macro_rules!` macros.][79472]
77-
- [`#![test]` as an inner attribute is now considered unstable like other inner macro attributes, and reports an error by default through the `soft_unstable` lint.][79003]
77+
- [`#![test]` as an inner attribute is now considered unstable like other inner macro
78+
attributes, and reports an error by default through the `soft_unstable` lint.][79003]
7879
- [Overriding a `forbid` lint at the same level that it was set is now a hard error.][78864]
7980
- [Dropped support for all cloudabi targets.][78439]
8081
- [You can no longer intercept `panic!` calls by supplying your own macro.][78343] It's
8182
recommended to use the `#[panic_handler]` attribute to provide your own implementation.
8283
- [Semi-colons after item statements (e.g. `struct Foo {};`) now produce a warning.][78296]
83-
- [Panics in `drop` implementations no longer cause return values in functions to be leaked.][78373]
8484

8585
[74989]: https://github.com/rust-lang/rust/pull/74989
8686
[79261]: https://github.com/rust-lang/rust/pull/79261
@@ -92,7 +92,6 @@ Compatibility Notes
9292
[78864]: https://github.com/rust-lang/rust/pull/78864
9393
[78636]: https://github.com/rust-lang/rust/pull/78636
9494
[78439]: https://github.com/rust-lang/rust/pull/78439
95-
[78373]: https://github.com/rust-lang/rust/pull/78373
9695
[78343]: https://github.com/rust-lang/rust/pull/78343
9796
[78296]: https://github.com/rust-lang/rust/pull/78296
9897
[78068]: https://github.com/rust-lang/rust/pull/78068

0 commit comments

Comments
 (0)