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-services: Remove NonNull wrapper from system_table #974

Merged
merged 1 commit into from Oct 26, 2023

Conversation

nicholasbishop
Copy link
Contributor

The SystemTable type is already essentially a wrapper around a pointer, so there's no need to wrap this return value in another pointer via NonNull.

Checklist

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

The `SystemTable` type is already essentially a wrapper around a pointer, so
there's no need to wrap this return value in another pointer via `NonNull`.
@phip1611 phip1611 added this pull request to the merge queue Oct 26, 2023
Merged via the queue into rust-osdev:main with commit 6240743 Oct 26, 2023
12 checks passed
@nicholasbishop nicholasbishop deleted the bishop-remove-nonnull branch October 26, 2023 14:11
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.

None yet

2 participants