Re: [PATCH v2 17/21] rust: num: Add an upward alignment helper for usize

From: Joel Fernandes
Date: Thu May 01 2025 - 11:32:08 EST




On 5/1/2025 11:31 AM, Timur Tabi wrote:
> On Thu, 2025-05-01 at 11:22 -0400, Joel Fernandes wrote:
>> Also not mutating it like that matches the pattern in the rest of this file
>> so
>> I'd leave it as-is.
>
> Oh I see now. One version changes a variable, and the other returns a new
> value.

Yes, exactly! Thanks.