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

From: Miguel Ojeda

Date: Thu Nov 06 2025 - 08:34:39 EST


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!

Cheers,
Miguel