Skip to content
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

0.3 backports #2522

Merged
merged 9 commits into from Nov 23, 2021
Merged

0.3 backports #2522

merged 9 commits into from Nov 23, 2021

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Nov 23, 2021

Backports:

@taiki-e taiki-e added the futures-0.3 Issue related to the 0.3 versions of futures label Nov 23, 2021
ibraheemdev and others added 9 commits November 23, 2021 10:29
The current Sink implementation on stream::Scan requires the stream and
state types are the same which doesn't practically allow that
implementation to be used. This adds a separate generic to the Sink
implementation for state.
Commit 232ed5f removed the std
dependency, and 4c09f82 made it
exported unconditionally from `futures_task`, but the `cfg` on the
reexport from `futures_util` (and hence indirectly `futures`) was left
in place until now.
https://doc.rust-lang.org/cargo/reference/manifest.html#the-documentation-field

> If no URL is specified in the manifest file, crates.io will
> automatically link your crate to the corresponding docs.rs page.
@taiki-e taiki-e merged commit d5c7ba7 into 0.3 Nov 23, 2021
@taiki-e taiki-e deleted the 0.3-backports branch November 23, 2021 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
futures-0.3 Issue related to the 0.3 versions of futures
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants