mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 12:07:08 +00:00
https://github.com/rust-lang/rust/pull/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>