Skip to content
Snippets Groups Projects
Commit c9c91292 authored by Alexandre Bury's avatar Alexandre Bury Committed by ticki
Browse files

Replace most `std::io::Write::write` with `write_all` (#82)

`std::io::Write` doesn't guarantees that it will write everything,
and could even return a non-fatal `ErrorKind::Interrupted` error.
`write_all` has exactly the code required to deal with this.
parent c04fd7f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment