Skip to content

Conversation

nicholasbishop
Copy link
Member

In many places, especially doc comments, Status was referred to as uefi::Status or crate::Status. Consistently use Status instead, adding imports as needed. Note that in cases where Status is only used in docstrings, the use is gated by #[cfg(doc)]. (This avoids needing a bunch of manual Status::* links in docstrings.)

This is mostly a mechanical find-replace change, except for adding imports where needed.

Parts of this change are also present in #1603 and #1705.

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)
In many places, especially doc comments, `Status` was referred to as `uefi::Status` or `crate::Status`. Consistently use `Status` instead, adding imports as needed. Note that in cases where `Status` is only used in docstrings, the `use` is gated by `#[cfg(doc)]`. (This avoids needing a bunch of manual `Status::*` links in docstrings.) This is mostly a mechanical find-replace change, except for adding imports where needed.
@nicholasbishop nicholasbishop added this pull request to the merge queue Jun 29, 2025
Merged via the queue into main with commit b760a3c Jun 29, 2025
20 checks passed
@nicholasbishop nicholasbishop deleted the bishop-status-cleanup branch June 29, 2025 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants