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

uefi: Add ptr_meta dependency #621

Merged

Commits on Dec 30, 2022

  1. uefi: Add ptr_meta dependency

    The `ptr_meta` crate (https://docs.rs/ptr_meta) is a polyfill for the unstable
    [`ptr_metadata`](rust-lang/rust#81513) feature on
    stable Rust. This allows us to drop use of an unstable feature with fairly
    minimal code changes; mostly just adding a derive for the `Pointee` type on some
    DST structs.
    nicholasbishop committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3b05e1a View commit details
    Browse the repository at this point in the history