Skip to content

Conversation

GnomedDev
Copy link
Contributor

Closes #4836

changelog: [unused_io_amount] No longer lints inside io::Read/io::Write, and async variants.

@rustbot
Copy link
Collaborator

rustbot commented Oct 25, 2024

r? @llogiq

rustbot has assigned @llogiq.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Oct 25, 2024
@llogiq
Copy link
Contributor

llogiq commented Oct 27, 2024

Thank you!

@bors r+

@bors
Copy link
Contributor

bors commented Oct 27, 2024

📌 Commit 560353c has been approved by llogiq

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Oct 27, 2024

⌛ Testing commit 560353c with merge a0fab5c...

@bors
Copy link
Contributor

bors commented Oct 27, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: llogiq
Pushing a0fab5c to master...

@bors bors merged commit a0fab5c into rust-lang:master Oct 27, 2024
8 checks passed
@GnomedDev GnomedDev deleted the read-exact-in-read-exact branch October 27, 2024 13:54
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.

Clippy errors and says to use Read::read_exact inside implementations of Read::read_exact that don't directly use the output of Read::read

4 participants