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

[TryFromBytes] Permit UnsafeCells #890

Merged
merged 1 commit into from
Feb 17, 2024
Merged

[TryFromBytes] Permit UnsafeCells #890

merged 1 commit into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. [TryFromBytes] Permit UnsafeCells

    Previously, `TryFromBytes` could not be implemented on types which
    contain `UnsafeCell`s. This commit lifts that restriction, and replaces
    it with a `NoCell` bound on the `try_from_ref` method.
    jswrenn authored and joshlf committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    2397e2d View commit details
    Browse the repository at this point in the history