Skip to content

Commit 19c6844

Browse files
Apply suggestion from @alex-semenyuk
Co-authored-by: alexey semenyuk <alexsemenyuk88@gmail.com>
1 parent ffb08dd commit 19c6844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Language
1111
This brings these ABIs in line with the C ABI: variadic functions can be declared in extern blocks but not defined.
1212
- [Always require coroutine captures to be drop-live](https://github.com/rust-lang/rust/pull/144156)
1313
- [Add lint against dangling pointers from local variables](https://github.com/rust-lang/rust/pull/144322)
14-
- [Upgrade semicolon_in_expressions_from_macros from warn to deny](https://github.com/rust-lang/rust/pull/144369)
14+
- [Upgrade `semicolon_in_expressions_from_macros` from warn to deny](https://github.com/rust-lang/rust/pull/144369)
1515
- [Stabilize loongarch32 inline asm](https://github.com/rust-lang/rust/pull/144402)
1616
- [Add warn-by-default `integer_to_ptr_transmutes` lint against integer to pointer transmutes](https://github.com/rust-lang/rust/pull/144531)
1717
- [Stabilize `sse4a` and `tbm` target features](https://github.com/rust-lang/rust/pull/144542)

0 commit comments

Comments
 (0)