Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow the
unpredictable_function_pointer_comparisons
in one place
This lint was recently added so this change is needed to fix CI. The suggested alternative is to use `ptr::fn_addr_eq` which isn't available until 1.85, so allow the lint here. This is in a `PartialEq` for a union so hopefully this code should go away in 1.0 anyway.
- Loading branch information