Skip to content
Unverified Commit a9aeece2 authored by ysaito1001's avatar ysaito1001 Committed by GitHub
Browse files

Fix Rust 1.82 lint warnings in client runtime / SDK crates (#4126)

## Motivation and Context
Address warnings in client runtime / SDK crates as listed in #4122 

## Description
`TODO(MSRV1.82 follow-up)` are retained, since warnings coming from the
server runtime crates need to be addressed as well.

## Testing
No lint warnings are generated with the changes.

```
aws-config git:(ysaito/fix-msrv-1-82-lint-warning) ✗ RUSTFLAGS="-Dwarnings" cargo clippy --all-features
    ...
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.80s
```
```
aws-sigv4 git:(ysaito/fix-msrv-1-82-lint-warning) ✗ RUSTFLAGS="-Dwarnings" cargo clippy --all-features
    ...
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.40s
```

```
s3 git:(ysaito/fix-msrv-1-82-lint-warning) ✗ RUSTDOCFLAGS='--cfg docsrs -Dwarnings' cargo +nightly-2025-05-04 doc --no-deps --document-private-items --all-features
    ...
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.16s
```
----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent d8ba5d31
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment