On Thu, Feb 27, 2025 at 3:39 PM Andreas Hindborg <a.hindb...@kernel.org> wrote:
>
> The `Index` implementation on `BStr` was lost when we switched `BStr` from
> a type alias of `[u8]` to a newtype. Add back `Index` by implementing
> `Index` for `BStr` when `Index` would be implemented for `[u8]`.
>
> Reviewed-by: Daniel Almeida <daniel.alme...@collabora.com>
> Tested-by: Daniel Almeida <daniel.alme...@collabora.com>
> Reviewed-by: Fiona Behrens <m...@kloenk.dev>
> Signed-off-by: Andreas Hindborg <a.hindb...@kernel.org>

Reviewed-by: Alice Ryhl <alicer...@google.com>

Reply via email to