We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ad57b commit 7a0d2daCopy full SHA for 7a0d2da
CHANGELOG.md
@@ -38,9 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
39
- Corrected `T: Sized` bounds to `T: ?Sized` in the generated `PinnedDrop`
40
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.
+- `init!` and `pin_init!` no longer produce `nonstandard_style` group warnings at the
+ call site when used for structs with non-snake-case field names. Warnings on the
+ struct definition are unaffected.
44
45
## [0.0.10] - 2025-08-19
46
0 commit comments