We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our crates would benefit from more linting.
#![warn( missing_debug_implementations, missing_docs, rust_2018_idioms, rustdoc::missing_crate_level_docs, unreachable_pub )]
related:
AWS runtime crates:
aws-config
aws-endpoint
aws-http
aws-hyper
aws-inlineable
aws-sig-auth
aws-sigv4
aws-types
Smithy runtime crates:
aws-smithy-async
aws-smithy-checksums
aws-smithy-client
aws-smithy-eventstream
aws-smithy-http
aws-smithy-http-tower
aws-smithy-json
aws-smithy-protocol-test
aws-smithy-query
aws-smithy-types
aws-smithy-types-convert
aws-smithy-xml
The text was updated successfully, but these errors were encountered:
#![warn(missing_docs)]
No branches or pull requests
Our crates would benefit from more linting.
related:
AWS runtime crates:
aws-config
aws-endpoint
aws-http
(deprecated)aws-hyper
aws-inlineable
aws-sig-auth
aws-sigv4
aws-types
Smithy runtime crates:
aws-smithy-async
(partially done)aws-smithy-checksums
aws-smithy-client
(partially done)aws-smithy-eventstream
aws-smithy-http
aws-smithy-http-tower
aws-smithy-json
aws-smithy-protocol-test
aws-smithy-query
aws-smithy-types
aws-smithy-types-convert
aws-smithy-xml
The text was updated successfully, but these errors were encountered: