Re: [PATCH v6 06/34] gpu: nova-core: apply the one "use" item per line policy to commands.rs

From: Alexandre Courbot

Date: Tue Mar 10 2026 - 07:26:28 EST


On Tue Mar 10, 2026 at 11:10 AM JST, John Hubbard wrote:
> As per [1], we need one "use" item per line, in order to reduce merge
> conflicts. Furthermore, we need a trailing ", //" in order to tell
> rustfmt(1) to leave it alone.
>
> This does that for commands.rs, which is the only file in nova-core that
> has any remaining instances of the old style.
>
> [1] https://docs.kernel.org/rust/coding-guidelines.html#imports
>
> Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> Signed-off-by: John Hubbard <jhubbard@xxxxxxxxxx>

Applied to drm-rust-next, thanks! There is no reason to delay this fix.