File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ pub enum ErrorKind {
269
269
270
270
// ErrorKinds which are primarily categorisations for OS error
271
271
// codes should be added above.
272
-
272
+ //
273
273
/// An error returned when an operation could not be completed because an
274
274
/// "end of file" was reached prematurely.
275
275
///
@@ -287,7 +287,7 @@ pub enum ErrorKind {
287
287
// "Unusual" error kinds which do not correspond simply to (sets
288
288
// of) OS error codes, should be added just above this comment.
289
289
// `Other` and `Uncategorised` should remain at the end:
290
-
290
+ //
291
291
/// A custom error that does not fall under any other I/O error kind.
292
292
///
293
293
/// This can be used to construct your own [`Error`]s that do not match any
You can’t perform that action at this time.
0 commit comments