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

Commits on Jul 8, 2020

  1. 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>
    josephlr committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    5c4d8c7 View commit details
    Browse the repository at this point in the history