On Thu, Feb 27, 2025 at 3:39 PM Andreas Hindborg <[email protected]> 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 <[email protected]> > Tested-by: Daniel Almeida <[email protected]> > Reviewed-by: Fiona Behrens <[email protected]> > Signed-off-by: Andreas Hindborg <[email protected]>
Reviewed-by: Alice Ryhl <[email protected]>

