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 clippy warnings #108

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Fix clippy warnings #108

merged 2 commits into from
Oct 28, 2024

Conversation

LukaOber
Copy link
Collaborator

Fixes the warnings from clippy. Will result in GitHub Actions passing again.

The first commit fixes the current warnings and the second fixes the upcoming warnings from nightly.

I opted to ignore the warning regarding the large enum size difference. An approach using Box would maybe be better, but I am not sure, and this would also be a breaking change (I think). I might take another look at it, but I wanted to fix the GitHub Action for now.

@LukaOber LukaOber marked this pull request as ready for review October 28, 2024 11:35
@LukaOber LukaOber merged commit f347e02 into yuankunzhang:main Oct 28, 2024
2 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.

1 participant