Skip to content

aml: fix clippy warnings and run clippy in CI #237

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 5 commits into from
Jan 14, 2025
Merged

Conversation

00xc
Copy link
Contributor

@00xc 00xc commented Dec 24, 2024

  • Fix several warnings so that clippy runs cleanly on the AML crate and its tests.
  • Add clippy runs on the AML crate and its tests as part of CI.
  • Add a missing clippy run on the ACPI crate tests.

00xc added 2 commits December 24, 2024 02:53
Now that all warnings have been fixed for the aml 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.
00xc added 3 commits December 24, 2024 03:01
Now that all warnings have been fixed for the aml crate tests, run
clippy as part of CI.
@00xc
Copy link
Contributor Author

00xc commented Jan 13, 2025

@IsaacWoods could you review this? All changes should be fairly trivial. Thanks!

@IsaacWoods
Copy link
Member

Apologies for the delay - all looks good. Thanks!

@IsaacWoods IsaacWoods merged commit 97cf8d8 into rust-osdev:main Jan 14, 2025
5 checks passed
IsaacWoods pushed a commit to IsaacWoods/acpi that referenced this pull request Jan 30, 2025
* aml: fix all clippy warnings

* ci: run clippy on aml crate

Now that all warnings have been fixed for the aml 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.

* aml: tests: fix all clippy warnings

* ci: run clippy on aml crate tests

Now that all warnings have been fixed for the aml crate tests, run
clippy as part of CI.

* ci: run clippy on acpi crate tests
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