On Thu, Jan 9, 2025 at 11:56 AM Andreas Hindborg <a.hindb...@kernel.org> wrote: > > Implement `strip_prefix` for `BStr` by deferring to `slice::strip_prefix` > on the underlying `&[u8]`. > > Signed-off-by: Andreas Hindborg <a.hindb...@kernel.org>
Reviewed-by: Alice Ryhl <alicer...@google.com>