Re: [PATCH v3 1/3] rust: error: Change `LayoutError` to internal
From: Miguel Ojeda
Date: Tue Dec 17 2024 - 19:58:24 EST
On Wed, Dec 18, 2024 at 1:24 AM Jimmy Ostler <jtostler1@xxxxxxxxx> wrote:
>
> Add an implementation of `From<LayoutError> for Error` for the
> `kernel::alloc::layout::LayoutError`.
> Remove the implementation on `core::alloc::LayoutError`, because we
> don't use it anywhere.
No need to send a new version for this, but it may make sense to
reword to clarify that this switches the import, and therefore the
`impl` switches from one to the other. The way it is written, it
sounds like an actual `impl` item was textually added and another one
removed.
Cheers,
Miguel