Re: [PATCH 0/4] Introduce import_ns support for Rust

From: Miguel Ojeda

Date: Wed Oct 29 2025 - 14:18:52 EST


On Wed, Oct 29, 2025 at 11:04 AM Uwe Kleine-König <ukleinek@xxxxxxxxxx> wrote:
>
> If you could mention the command that makes this warning visible, I'd be
> glad to add that to my repertoire of build checks.

Yeah, please do!

I do my best to keep even linux-next and stable kernels Clippy clean
as much as possible, so it would be nice to have that Clippy fix added
to -next soon.

I have other steps that maintainers/contributors should run here:

https://rust-for-linux.com/contributing#submit-checklist-addendum

Essentially / most importantly: `rustfmt`, `rustdoc` and `CLIPPY=1`.

I am sending a couple fixes for those.

Thanks!

Cheers,
Miguel