Skip to content

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