On Fri, Jun 27, 2025 at 8:54 AM Onur Özkan work@onurozkan.dev wrote:
The `#[allow(clippy::non_send_fields_in_send_ty)]` removal was tested on 1.81 and clippy was still happy with it. I couldn't test it on 1.78 because when I go below 1.81 `menuconfig` no longer shows the Rust option. And any manual changes I make to `.config` are immediately reverted on `make` invocations.
For that, I recommend using the `/` command inside `menuconfig` -- it allows you to see the dependencies of a given symbol, and whether they are met or not. That way, it allows one to understand what else may be missing to enable a symbol.
I hope that helps.
Cheers, Miguel