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_tables: Fix clippy warnings related to no_std and prelude imports #35

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

rbradford
Copy link
Collaborator

See - rust-lang/rust#121362 the recommendation
for how for no_std libraries has changed.

To avoid warnings around unncessary imports (due to the prelude when
compiling tests) make the tests also no_std and explicitly import the
require test dependencies.

Signed-off-by: Rob Bradford [email protected]

See - rust-lang/rust#121362 the recommendation
for how for no_std libraries has changed.

To avoid warnings around unncessary imports (due to the prelude when
compiling tests) make the tests also no_std and explicitly import the
require test dependencies.

Signed-off-by: Rob Bradford <[email protected]>
@rbradford rbradford force-pushed the 2024-04-08-fix-clippy-issues branch from 4b94af9 to 1068b03 Compare April 8, 2024 09:51
@rbradford rbradford merged commit 925e3f8 into rust-vmm:main Apr 8, 2024
14 checks passed
@rbradford rbradford deleted the 2024-04-08-fix-clippy-issues branch April 8, 2024 10:16
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