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

Address clippy::result_large_err on MissingContentTypeReason #2470

Open
hlbarber opened this issue Mar 16, 2023 · 1 comment
Open

Address clippy::result_large_err on MissingContentTypeReason #2470

hlbarber opened this issue Mar 16, 2023 · 1 comment
Labels
good first issue Good for newcomers sdk server Rust server SDK

Comments

@hlbarber
Copy link
Contributor

hlbarber commented Mar 16, 2023

The latest 1.66.1 upgrade has introduced new clippy lints. These have classed MissingContentTypeReason as too large. We should address whether we should Box this error or one of it's variants to reduce the size.

@hlbarber hlbarber added good first issue Good for newcomers server Rust server SDK labels Mar 16, 2023
@hlbarber hlbarber mentioned this issue Mar 16, 2023
2 tasks
@jdisanti jdisanti added the sdk label Mar 23, 2023
@jdisanti
Copy link
Collaborator

This is affecting the SDK too. Every SDK example had to allow the lint in order to unblock release: awsdocs/aws-doc-sdk-examples@bf22a20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers sdk server Rust server SDK
Projects
None yet
Development

No branches or pull requests

2 participants