Closed
Description
Just like std::io::Read::read_to_end
mentions that Interruped
errors are safe to ignore, std::io::Write::write_all
should mention that write
too can safely return this error without interrupting write_all
.
Actually, both std::io::Read::read
and std::io::Write::write
could also probably mention this part.