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
Add the missing_docs and missing_crate_level_docs lints to all the runtime crates. For example:
missing_docs
missing_crate_level_docs
#![warn( missing_docs, rustdoc::missing_crate_level_docs, )]
AWS runtime crates:
aws-config
aws-endpoint
aws-http
aws-hyper
aws-inlineable
aws-sig-auth
aws-sigv4
aws-types
aws-credential-types
aws-runtime
aws-runtime-api
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-runtime
aws-smithy-runtime-api
aws-smithy-types
aws-smithy-types-convert
aws-smithy-wasm
aws-smithy-xml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add the
missing_docs
andmissing_crate_level_docs
lints to all the runtime crates. For example:AWS runtime crates:
aws-config
(deprecated)aws-endpoint
aws-http
(deprecated)aws-hyper
aws-inlineable
(deprecated)aws-sig-auth
aws-sigv4
aws-types
aws-credential-types
aws-runtime
aws-runtime-api
Smithy runtime crates:
aws-smithy-async
aws-smithy-checksums
(deprecated)aws-smithy-client
aws-smithy-eventstream
aws-smithy-http
(deprecated)aws-smithy-http-tower
aws-smithy-json
aws-smithy-protocol-test
aws-smithy-query
aws-smithy-runtime
aws-smithy-runtime-api
aws-smithy-types
aws-smithy-types-convert
aws-smithy-wasm
aws-smithy-xml
The text was updated successfully, but these errors were encountered: