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

Upgrade to Bitflags 1.0 #801

Merged
merged 1 commit into from
Dec 3, 2017
Merged

Upgrade to Bitflags 1.0 #801

merged 1 commit into from
Dec 3, 2017

Commits on Dec 2, 2017

  1. Upgrade to Bitflags 1.0

    The libc_bitflags! macro was replaced with a non-recursive one supporting
    only public structs. I could not figure out how to make the old macro work
    with the upgrade, so I reworked part of the bitflags! macro directly to suit
    our needs, much as the original recursive macro was made. There are no uses
    of this macro for non-public structs, so this is not a problem for internal code.
    Bryant Mairs committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    e1baab9 View commit details
    Browse the repository at this point in the history