Re: [PATCH] rust: file: use to_result for error handling

From: Christian Brauner
Date: Fri Aug 22 2025 - 06:37:37 EST


On Thu, Aug 21, 2025 at 12:10:01PM +0300, Onur Özkan wrote:
> Simplifies error handling by replacing the manual check
> of the return value with the `to_result` helper.
>
> Signed-off-by: Onur Özkan <work@xxxxxxxxxxxxx>
> ---

Applied, thanks!