We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e457ad commit c7f633bCopy full SHA for c7f633b
text/0000-read-all.md
@@ -46,7 +46,7 @@ One alternative design would return some new kind of Result which
46
could report the number of bytes sucessfully read before an error.
47
This would be inconsistent with write_all, but arguably more correct.
48
49
-If we wanted io::Error to be a smaller type, ErrorKind::ShortRead
+If we wanted io::ErrorKind to be a smaller type, ErrorKind::ShortRead
50
could be unparameterized. But this would reduce the information
51
available to calleres.
52
0 commit comments