Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint: Allow improper_ctypes_definitions
rust-lang/rust#72700 caused the existing `allow(improper_ctypes)` guard to stop working, we now need `allow(improper_ctypes_definitions)` instead. We keep the old one to avoid any issues with older nightlies. Signed-off-by: Joe Richey <joerichey@google.com>
- Loading branch information