Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beginning with 1.41.0, Rust considers it UB to zero-initialize a function pointer, even if you try to hide it behind `mem::MaybeUninit`. Suppress this warning to fix the build until we come up with a better permanent solution. Issue #1441
- Loading branch information