You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.