Re: [PATCH 1/5] rust: alloc: add Vec::clear

From: Tamir Duberstein
Date: Thu Mar 20 2025 - 18:05:54 EST


On Thu, Mar 20, 2025 at 10:06 AM Alice Ryhl <aliceryhl@xxxxxxxxxx> wrote:
>
> Our custom Vec type is missing the stdlib method `clear`, thus add it.
> It will be used in the miscdevice sample.
>
> Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>

Reviewed-by: Tamir Duberstein <tamird@xxxxxxxxx>