Re: [PATCH v3 3/3] rust: remove `#[allow(clippy::non_send_fields_in_send_ty)]`
From: Miguel Ojeda
Date: Sat Jun 28 2025 - 03:14:20 EST
On Sat, Jun 28, 2025 at 6:10 AM Onur Özkan <work@xxxxxxxxxxxxx> wrote:
>
> Clippy no longer complains about this lint.
Do you have more context? For instance, do you know since when it no
longer complains, or why was the reason for the change? i.e. why we
had the `allow` in the first place, so that we know we don't need it
anymore?
For instance, please how I reasoned about it in commit 5e7c9b84ad08
("rust: sync: remove unneeded
`#[allow(clippy::non_send_fields_in_send_ty)]`").
(It may happen to be the same reason, or not.)
Thanks!
Cheers,
Miguel