Re: [PATCH v3 2/6] rust: num: add `shr` and `shl` methods to `Bounded`
From: Miguel Ojeda
Date: Mon Jan 26 2026 - 09:03:02 EST
On Mon, Jan 26, 2026 at 2:29 PM Alexandre Courbot <acourbot@xxxxxxxxxx> wrote:
>
> + // SAFETY: we shift the value right by `SHIFT`, reducing the number of bits needed to
// SAFETY: We
> + // SAFETY: we shift the value left by `SHIFT`, augmenting the number of bits needed to
// SAFETY: We
With the nits above:
Acked-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Cheers,
Miguel