On Thu, Jun 18, 2026 at 5:48 AM Daniel Almeida <[email protected]> wrote: > > + Result, //
Since you import the prelude, I think you can take the change to remove e.g. this one. > /// use kernel::error::Result; > /// use kernel::error::Result; > /// use kernel::error::Result; > /// use kernel::error::Result; Similarly, the prelude is imported in doctests by default. Cheers, Miguel
