Re: [PATCH v2 2/2] rust/drm: Remove imports covered by prelude::*

From: Danilo Krummrich

Date: Tue Feb 24 2026 - 10:21:13 EST


On 1/22/26 10:43 PM, Lyude Paul wrote:
> This just removes any explicit imports of items in files that are already
> being pulled in by `use prelude::*;`.
>
> There should be no functional changes in this patch.
>
> Signed-off-by: Lyude Paul <lyude@xxxxxxxxxx>

Applied to drm-rust-next, thanks!