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

Allow generics in derive(ByteEq, ByteHash). #219

Merged
merged 1 commit into from
May 28, 2024

Commits on Jan 6, 2024

  1. Allow generics in derive(ByteEq, ByteHash).

    Note that the ergonomics are still not great, since `NoUninit` is also required to use `derive(ByteEq, ByteHash)`, and `derive(NoUninit)` doesn't support generics,
    but that *explicitly* doesn't support generics, instead of silently ignoring generics like `derive(ByteEq, ByteHash)` used to, so this is strictly an improvement.
    zachs18 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    cbe0b36 View commit details
    Browse the repository at this point in the history