-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
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
Remove deprecations from rust-runtime #3222
Conversation
A new generated diff is ready to view.
A new doc preview is ready to view. |
e34f580
to
63bc762
Compare
63bc762
to
bb09ba7
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
This PR removes deprecations throughout smithy-rs client and the SDK. Some of these deprecations were ignored by the compiler (in the case where `#[deprecated]` was used with `pub use`), so these will need to be explicitly called out in the changelog. ---- _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: Russell Cohen <rcoh@amazon.com>
This PR removes deprecations throughout smithy-rs client and the SDK. Some of these deprecations were ignored by the compiler (in the case where
#[deprecated]
was used withpub use
), so these will need to be explicitly called out in the changelog.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.