Skip to content

uefi-services: Remove NonNull wrapper from system_table#974

Merged
phip1611 merged 1 commit into
rust-osdev:mainfrom
nicholasbishop:bishop-remove-nonnull
Oct 26, 2023
Merged

uefi-services: Remove NonNull wrapper from system_table#974
phip1611 merged 1 commit into
rust-osdev:mainfrom
nicholasbishop:bishop-remove-nonnull

Conversation

@nicholasbishop

Copy link
Copy Markdown
Member

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
@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.

2 participants