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

Fix write-all-vectored feature #2181

Closed
wants to merge 1 commit into from
Closed

Fix write-all-vectored feature #2181

wants to merge 1 commit into from

Conversation

Thomasdezeeuw
Copy link
Contributor

In Cargo.toml the feature is called "write-all-vectored" (with "-"), in
the code it used "write_all_vectored" (with "_"), this commit fixes the
code to use the correct name.

Also fixes the example.

In Cargo.toml the feature is called "write-all-vectored" (with "-"), in
the code it used "write_all_vectored" (with "_"), this commit fixes the
code to use the correct name.

Also fixes the example.
@Thomasdezeeuw
Copy link
Contributor Author

CI failure is unrelated; the Clippy error is in another file.

@taiki-e
Copy link
Member

taiki-e commented Jun 20, 2020

CI failure is clippy bug (rust-lang/rust-clippy#5704) and will be fixed in #2178.

@Thomasdezeeuw
Copy link
Contributor Author

Closing in favour of #2187.

@Thomasdezeeuw Thomasdezeeuw deleted the write_all_vectored_fix branch July 20, 2020 15:01
@taiki-e taiki-e added the A-io Area: futures::io label Jan 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-io Area: futures::io
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants