Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings on latest nightly #364

Merged
merged 1 commit into from
Jul 8, 2020
Merged

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 joerichey@google.com

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>
@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