Skip to content

Commit 4f59e69

Browse files
authored
Update RELEASES.md
1 parent 315d567 commit 4f59e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Compatibility Notes
8484
- [Changes to how the `0` flag works in format!][40241] Padding zeroes are now
8585
always placed after the sign if it exists and before the digits. With the `#`
8686
flag the zeroes are placed after the prefix and before the digits.
87-
- [Due to to the Struct Field Optimisation][40377], using `transmute` on structs
87+
- [Due to the struct field optimisation][40377], using `transmute` on structs
8888
that have no `repr` attribute or `#[repr(Rust)]` will longer work.
8989
- [The refactor of trait object type parsing][40043] fixed a bug where `+` was
9090
receiving the wrong priority parsing things like `&for<'a> Tr<'a> + Send` as

0 commit comments

Comments
 (0)