Skip to content

Conversation

josephlr
Copy link
Contributor

@josephlr josephlr commented Jul 8, 2020

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 [email protected]

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 <[email protected]>
@alexcrichton alexcrichton merged commit f3846bc into rust-lang:master Jul 8, 2020
@alexcrichton
Copy link
Member

👍

@josephlr josephlr deleted the lint branch July 8, 2020 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants