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.
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.