Skip to content

uefi-raw: use new Boolean type #1538

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

Merged
merged 3 commits into from
Feb 12, 2025
Merged

uefi-raw: use new Boolean type #1538

merged 3 commits into from
Feb 12, 2025

Conversation

phip1611
Copy link
Member

@phip1611 phip1611 commented Feb 12, 2025

Use the new type introduced in ec6e0e6 (#1536). This adds the changes originally proposed in #1307.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

@phip1611 phip1611 force-pushed the bool branch 2 times, most recently from 0edb68f to 3c84a1b Compare February 12, 2025 07:16
@@ -59,6 +59,7 @@ Details at <https://github.com/rust-osdev/uefi-rs/issues/1470>.
- `maximum_capsule_size` of `query_capsule_capabilities` now takes a *mut u64 instead of a *mut usize.
- `ResetType` now derives the `Default` trait.


Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

align style with rest of file

Use the new type introduced in ec6e0e6
@nicholasbishop nicholasbishop added this pull request to the merge queue Feb 12, 2025
Merged via the queue into main with commit 2395c9b Feb 12, 2025
18 checks passed
@nicholasbishop nicholasbishop deleted the bool branch February 12, 2025 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants