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

Ensure all output gets written #106

Merged
merged 1 commit into from
Jun 21, 2022
Merged

Ensure all output gets written #106

merged 1 commit into from
Jun 21, 2022

Conversation

LingMan
Copy link
Contributor

@LingMan LingMan commented Jun 21, 2022

Writer::write does NOT guarantee that all bytes in the buffer get written. Writer::write_all needs
to be used for that.

Spotted by clippy

Writer::write does NOT guarantee that all bytes in the buffer get written. Writer::write_all needs
to be used for that.

Spotted by clippy
@a8m a8m merged commit c520a21 into a8m:master Jun 21, 2022
@a8m
Copy link
Owner

a8m commented Jun 21, 2022

Thanks 🙏🏻

@LingMan LingMan deleted the write_all branch June 21, 2022 04:26
@LingMan LingMan mentioned this pull request Jul 3, 2022
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.

2 participants