Skip to content

uefi/test-runner: Remove crate:: and uefi:: prefix from Status #1714

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 1 commit into from
Jun 29, 2025

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants