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 introduced by Rust 1.65 release #3081

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

thomaseizinger
Copy link
Contributor

Description

Until we land #2951, we are hit with some unfortunate CI errors every Rust stable release. This PR fixes those for the recent 1.65 release.

Clippy's large-enum-variant lint can generally be set to allow until someone performs benchmarking that boxing the variant actually increases performance.

Links to any relevant issues

Open Questions

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • A changelog entry has been made in the appropriate crates

Commit message body

@thomaseizinger
Copy link
Contributor Author

I think this is pretty uncontroversial so I am going to merge this to unblock other PRs.

@mergify mergify bot merged commit b528d33 into master Nov 4, 2022
@thomaseizinger thomaseizinger deleted the fix-clippy-errors branch November 17, 2022 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants