Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
impl: fix
impl_partial_eq_cow
to apply .as_bytes()
and &**
to t…
…he correct arguments `impl_partial_eq_cow`, in its second trail impl, had the arguments the wrong way around, applying `&**` to the ByteStr argument and `.as_bytes()` to the `Cow`. Fix it to use the same structure as `impl_partial_eq`. PR #203
- Loading branch information