-
- Downloads
Remove `once_cell` from public API (#2973)
## Motivation and Context
Addresses 7 in #2413
## Description
This small PR removes uses of `once_cell` from public API. The
`http_versions` module in the `aws_smithy_http` crate was dead-code.
## Testing
Relies on existing tests in CI.
## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [x] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
---------
Co-authored-by:
ysaito1001 <awsaito@amazon.com>
Showing
- CHANGELOG.next.toml 12 additions, 0 deletionsCHANGELOG.next.toml
- rust-runtime/aws-smithy-http/external-types.toml 0 additions, 3 deletionsrust-runtime/aws-smithy-http/external-types.toml
- rust-runtime/aws-smithy-http/src/http_versions.rs 0 additions, 17 deletionsrust-runtime/aws-smithy-http/src/http_versions.rs
- rust-runtime/aws-smithy-http/src/lib.rs 0 additions, 1 deletionrust-runtime/aws-smithy-http/src/lib.rs
Loading
Please register or sign in to comment