We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0203e commit 7b5c0ecCopy full SHA for 7b5c0ec
library/std/src/io/error.rs
@@ -269,7 +269,7 @@ pub enum ErrorKind {
269
270
// ErrorKinds which are primarily categorisations for OS error
271
// codes should be added above.
272
-
+ //
273
/// An error returned when an operation could not be completed because an
274
/// "end of file" was reached prematurely.
275
///
@@ -287,7 +287,7 @@ pub enum ErrorKind {
287
// "Unusual" error kinds which do not correspond simply to (sets
288
// of) OS error codes, should be added just above this comment.
289
// `Other` and `Uncategorised` should remain at the end:
290
291
/// A custom error that does not fall under any other I/O error kind.
292
293
/// This can be used to construct your own [`Error`]s that do not match any
0 commit comments