Re: [PATCH v2 3/3] rust: workqueue: add `#[pin_data]` to `Work`

From: Benno Lossin
Date: Mon Dec 18 2023 - 12:51:11 EST


On 12/14/23 04:13, Martin Rodriguez Reboredo wrote:
> On 12/13/23 19:09, Benno Lossin wrote:
>> The previous two patches made it possible to add `#[pin_data]` on
>> structs with default generic parameter values.
>> This patch makes `Work` use `#[pin_data]` and removes an invocation of
>> `pin_init_from_closure`. This function is intended as a low level manual
>> escape hatch, so it is better to rely on the safe `pin_init!` macro.
>>
>> Signed-off-by: Benno Lossin <benno.lossin@xxxxxxxxx>
>> ---
>> [...]

Did you mean to add your reviewed by? Because I received only
the quote.

--
Cheers,
Benno