Skip to content

Commit b5e8561

Browse files
committed
update changelog
Signed-off-by: Mirko Adzic <adzicmirko97@gmail.com>
1 parent 6b4e6b7 commit b5e8561

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838

3939
- Corrected `T: Sized` bounds to `T: ?Sized` in the generated `PinnedDrop`
4040
check by `#[pin_data]`.
41-
- `init!` no longer produces `nonstandard_style` group warnings at the call site, when
42-
used for structs with non-snake-case field names. Warnings on the struct definition
43-
are unaffected.
41+
- `init!` and `pin_init!` no longer produce `nonstandard_style` group warnings at the
42+
call site when used for structs with non-snake-case field names. Warnings on the
43+
struct definition are unaffected.
4444

4545
## [0.0.10] - 2025-08-19
4646

0 commit comments

Comments
 (0)