Re: [PATCH] binder: use irrefutable let patterns
From: Carlos Llamas
Date: Mon Sep 21 2026 - 19:39:16 EST
On Mon, Sep 21, 2026 at 12:49:28AM +0900, Alexandre Courbot wrote:
> Replace matches on infallible results with irrefutable let patterns,
> which are available since Rust 1.82.
>
> This removes boilerplate for handling impossible error variants.
>
> Signed-off-by: Alexandre Courbot <acourbot@xxxxxxxxxx>
> ---
Thanks for the cleanup Alexandre.
Acked-by: Carlos Llamas <cmllamas@xxxxxxxxxx>