We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1427a27 commit 32f0af1Copy full SHA for 32f0af1
CHANGELOG.md
@@ -13,9 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
- Add initializer code blocks to `[try_][pin_]init!` macros: make initializer
14
macros accept any number of `_: {/* arbitrary code */},` & make them run the
15
code at that point.
16
-- Allow users to specify `#[bind]` on field assignments in `[try_][pin_]init!`
17
- macros. Doing so exposes the marked field via a `let` binding as `&mut T` or
18
- `Pin<&mut T>`.
+- Make the `[try_][pin_]init!` macros expose initialized fields via a `let`
+ binding as `&mut T` or `Pin<&mut T>` for later fields.
19
20
## [0.0.10] - 2025-08-19
21
0 commit comments