Skip to content

Conversation

@parasyte
Copy link
Contributor

@parasyte parasyte commented Jun 7, 2019

This is a large PR because I recreated all patches from #18. Contains the following fixes:

  • ioVec does not depend on feature="collections"
  • Fix impl Read for Take; only read_to_end requires feature="collections"
  • Fix some whitespace consistency issues

Closes #19

- `ioVec` does not depend on `feature="collections"`
- Fix `impl Read for Take`; only `read_to_end` requires `feature="collections"`
- Fix some whitespace consistency issues

Closes jethrogb#19
@parasyte
Copy link
Contributor Author

Pinging @jethrogb I know this is an ugly PR to review. Sorry about that.

@jethrogb
Copy link
Owner

bors r+

bors bot added a commit that referenced this pull request Jun 13, 2019
26: Fix vectored I/O r=jethrogb a=parasyte

This is a large PR because I recreated all patches from #18. Contains the following fixes:

- `ioVec` does not depend on `feature="collections"`
- Fix `impl Read for Take`; only `read_to_end` requires `feature="collections"`
- Fix some whitespace consistency issues

Closes #19

Co-authored-by: Jay Oster <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jun 13, 2019

Build succeeded

  • continuous-integration/travis-ci/push

@bors bors bot merged commit ede518c into jethrogb:master Jun 13, 2019
@jethrogb
Copy link
Owner

Thanks for the PR!

@parasyte parasyte deleted the fix/ticket-19-rebase branch June 14, 2019 06:28
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.

Vectored I/O should not require feature="collections"

2 participants