We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be2d62 commit f7e5864Copy full SHA for f7e5864
CHANGELOG.md
@@ -38,6 +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 are still reported on the
43
+ struct definition, as expected.
44
45
## [0.0.10] - 2025-08-19
46
0 commit comments