Re: [PATCH v2 2/3] rust: prelude: add `num::cv`
From: Gary Guo
Date: Tue Sep 01 2026 - 08:05:27 EST
On Tue Sep 1, 2026 at 6:06 AM BST, Eliot Courtney wrote:
> Add the `cv!` macro to the prelude so it doesn't need to be imported
> explicitly to use it.
>
> Signed-off-by: Eliot Courtney <ecourtney@xxxxxxxxxx>
Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>
> ---
> rust/kernel/num.rs | 1 -
> rust/kernel/prelude.rs | 1 +
> 2 files changed, 1 insertion(+), 1 deletion(-)