Skip to content

chore: Fix 1.87.0 clippy lints #4746

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

Merged
merged 7 commits into from
May 19, 2025
Merged

chore: Fix 1.87.0 clippy lints #4746

merged 7 commits into from
May 19, 2025

Conversation

loewenheim
Copy link
Contributor

The only potentially controversial change is the result_large_err one:

  • In attrs.rs I opted for an #allow, although the functions could be changed to not return Self in the Err case because it's never used.
  • In managed_envelope.rs I boxed the ManagedEnvelope in InvalidProcessingGroupType because that variant is what makes ProcessingError huge.

#skip-changelog

@loewenheim loewenheim requested a review from a team as a code owner May 16, 2025 15:25
@loewenheim loewenheim enabled auto-merge (squash) May 19, 2025 08:46
@loewenheim loewenheim merged commit 9e432ed into master May 19, 2025
28 checks passed
@loewenheim loewenheim deleted the chore/clippy branch May 19, 2025 08:59
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