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

Lint vectored IO in unused_io_amount lint #5027

Merged
merged 1 commit into from
Jan 24, 2020
Merged

Conversation

sinkuu
Copy link
Contributor

@sinkuu sinkuu commented Jan 9, 2020

read_vectored & write_vectored require handling returned value likewise non-vectored methods. rust-lang/rust#68041


changelog: lint vectored IO in unused_io_amount lint

@flip1995 flip1995 added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jan 9, 2020
@phansch phansch self-requested a review January 24, 2020 06:17
@phansch
Copy link
Member

phansch commented Jan 24, 2020

@bors r+ thanks!

@bors
Copy link
Collaborator

bors commented Jan 24, 2020

📌 Commit b3971fd has been approved by phansch

@bors
Copy link
Collaborator

bors commented Jan 24, 2020

⌛ Testing commit b3971fd with merge 2c7cfa8...

bors added a commit that referenced this pull request Jan 24, 2020
Lint vectored IO in unused_io_amount lint

`read_vectored` & `write_vectored` require handling returned value likewise non-vectored methods. rust-lang/rust#68041

---

changelog: lint vectored IO in `unused_io_amount` lint
@bors
Copy link
Collaborator

bors commented Jan 24, 2020

☀️ Test successful - checks-travis, status-appveyor
Approved by: phansch
Pushing 2c7cfa8 to master...

@bors bors merged commit b3971fd into rust-lang:master Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants