Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint:
clippy::transmute_ptr_to_ptr
lint violations
This is a pedantic lint, but it removes a transmute where a cast will do. The code is safe for the same reasons the transmute is safe: `BStr` is a repr transparent wrapper around `[u8]`.
- Loading branch information