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

acpi: fix clippy warnings and run clippy in CI #230

Merged
merged 4 commits into from
Nov 24, 2024

Conversation

00xc
Copy link
Contributor

@00xc 00xc commented Nov 22, 2024

  • Fix several warnings so that clippy runs cleanly now.
  • Add a clippy run on the acpi crate as part of CI.

Running clippy on the ACPI crate returns several warnings about
unneeded lifetimes, so remove them.
Place safety documentation in a separate section so that clippy does
not emit a warning for them. Add any missing safety documentation as
well.
@00xc 00xc changed the title acpi: fix clippy warnings acpi: fix clippy warnings and run clippy in CI Nov 22, 2024
Now that all warnings have been fixed for the acpi crate, run clippy
as part of CI. Once the warnings for the rest of the crates are fixed,
they can be included in the CI run.
@IsaacWoods
Copy link
Member

Thanks!

@IsaacWoods IsaacWoods merged commit 36e9732 into rust-osdev:main Nov 24, 2024
5 checks passed
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