We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315d567 commit 4f59e69Copy full SHA for 4f59e69
RELEASES.md
@@ -84,7 +84,7 @@ Compatibility Notes
84
- [Changes to how the `0` flag works in format!][40241] Padding zeroes are now
85
always placed after the sign if it exists and before the digits. With the `#`
86
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
+- [Due to the struct field optimisation][40377], using `transmute` on structs
88
that have no `repr` attribute or `#[repr(Rust)]` will longer work.
89
- [The refactor of trait object type parsing][40043] fixed a bug where `+` was
90
receiving the wrong priority parsing things like `&for<'a> Tr<'a> + Send` as
0 commit comments