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

Fix unexpected_cfgs warning. #39

Conversation

waywardmonkeys
Copy link
Contributor

target_pointer_width can have values 16, 32, or 64, so don't compare against 8. This results in a warning due to the unexpected_cfgs lint.

`target_pointer_width` can have values 16, 32, or 64, so don't
compare against 8. This results in a warning due to the
`unexpected_cfgs` lint.
@LukasKalbertodt
Copy link
Owner

Thanks!

@LukasKalbertodt LukasKalbertodt merged commit 5a73a54 into LukasKalbertodt:main Nov 1, 2024
2 checks passed
@waywardmonkeys waywardmonkeys deleted the fix-unexpected-cfgs-warning branch November 24, 2024 14:44
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