-
- Downloads
Add lints to `aws-config` (#1421)
* Add `unreachable_pub` lint to `aws-config` * Add `missing_debug_implementations` lint to `aws-config` * Add `rust_2018_idioms` lint to `aws-config` * Update changelog
Showing
- CHANGELOG.next.toml 6 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/src/cache.rs 3 additions, 3 deletionsaws/rust-runtime/aws-config/src/cache.rs
- aws/rust-runtime/aws-config/src/credential_process.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/credential_process.rs
- aws/rust-runtime/aws-config/src/default_provider/app_name.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/default_provider/app_name.rs
- aws/rust-runtime/aws-config/src/default_provider/credentials.rs 1 addition, 1 deletion...st-runtime/aws-config/src/default_provider/credentials.rs
- aws/rust-runtime/aws-config/src/default_provider/region.rs 2 additions, 2 deletionsaws/rust-runtime/aws-config/src/default_provider/region.rs
- aws/rust-runtime/aws-config/src/default_provider/retry_config.rs 1 addition, 1 deletion...t-runtime/aws-config/src/default_provider/retry_config.rs
- aws/rust-runtime/aws-config/src/default_provider/timeout_config.rs 1 addition, 1 deletion...runtime/aws-config/src/default_provider/timeout_config.rs
- aws/rust-runtime/aws-config/src/ecs.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/ecs.rs
- aws/rust-runtime/aws-config/src/environment/region.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/environment/region.rs
- aws/rust-runtime/aws-config/src/fs_util.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/fs_util.rs
- aws/rust-runtime/aws-config/src/http_credential_provider.rs 2 additions, 2 deletionsaws/rust-runtime/aws-config/src/http_credential_provider.rs
- aws/rust-runtime/aws-config/src/imds/client.rs 5 additions, 5 deletionsaws/rust-runtime/aws-config/src/imds/client.rs
- aws/rust-runtime/aws-config/src/imds/credentials.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/imds/credentials.rs
- aws/rust-runtime/aws-config/src/imds/region.rs 2 additions, 2 deletionsaws/rust-runtime/aws-config/src/imds/region.rs
- aws/rust-runtime/aws-config/src/json_credentials.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/json_credentials.rs
- aws/rust-runtime/aws-config/src/lib.rs 8 additions, 1 deletionaws/rust-runtime/aws-config/src/lib.rs
- aws/rust-runtime/aws-config/src/meta/credentials/chain.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/meta/credentials/chain.rs
- aws/rust-runtime/aws-config/src/meta/credentials/lazy_caching.rs 2 additions, 2 deletions...t-runtime/aws-config/src/meta/credentials/lazy_caching.rs
- aws/rust-runtime/aws-config/src/meta/region.rs 8 additions, 7 deletionsaws/rust-runtime/aws-config/src/meta/region.rs
Loading
Please register or sign in to comment