Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust/cxx: Fix clippy lint around use of
transmute
Casting the pointer and then synthesizing a reference from it is apparently better: https://rust-lang.github.io/rust-clippy/stable/index.html#transmute_ptr_to_ref
- Loading branch information