Skip to content

Conversation

bmc-msft
Copy link
Contributor

With 1.64, IntoFuture is now stable. Therefore, most of our calls to .into_future() are no longer needed.

With 1.64, IntoFuture is now stable.  Therefore, most of our calls to
.into_future() are no longer needed.
@bmc-msft bmc-msft marked this pull request as ready for review September 22, 2022 18:30
Copy link
Member

@heaths heaths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on a sampling of a dozen or so files, LGTM.

@bmc-msft
Copy link
Contributor Author

The current failures appear to be issues newly identified by clippy 1.64.0 unrelated to this PR. See #1103 for fixes.

@rylev rylev requested a review from yoshuawuyts September 26, 2022 15:15
Copy link
Contributor

@rylev rylev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Do we not document the MSRV for the SDK crates somewhere? If so, we should probably think about doing so.

@bmc-msft
Copy link
Contributor Author

We pin the rust version in rust-toolchain.toml. Currently, this is specified here:

channel = "1.63.0"

@rylev
Copy link
Contributor

rylev commented Sep 27, 2022

@bmc-msft that only impacts people building directly from source. Users who take a dependency through crates.io or even GitHub will not be notified of this.

@rylev rylev merged commit cc4f309 into Azure:main Sep 28, 2022
@bmc-msft bmc-msft deleted the stable-into_future branch September 28, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants