Re: [PATCH v5 2/7] rust: devres: style for imports

From: Zhi Wang

Date: Thu Nov 06 2025 - 10:11:01 EST


On Thu, 6 Nov 2025 14:34:25 +0100
Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:

> On Thu, Nov 6, 2025 at 11:28 AM Zhi Wang <zhiw@xxxxxxxxxx> wrote:
> >
> > +/// device::{Bound, Device},
>
> Is this one converted?
>
> > + /// # use kernel::{
> > + /// device::Core,
>
> This hides only the first line, which will look quite confusing when
> rendered -- please double-check with the `rustdoc` target.
>

Thanks for the pointer. Let me take a look and fix it in the next
re-spin.

> Thanks!
>
> Cheers,
> Miguel