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 {
269269
270270 // ErrorKinds which are primarily categorisations for OS error
271271 // codes should be added above.
272-
272+ //
273273 /// An error returned when an operation could not be completed because an
274274 /// "end of file" was reached prematurely.
275275 ///
@@ -287,7 +287,7 @@ pub enum ErrorKind {
287287 // "Unusual" error kinds which do not correspond simply to (sets
288288 // of) OS error codes, should be added just above this comment.
289289 // `Other` and `Uncategorised` should remain at the end:
290-
290+ //
291291 /// A custom error that does not fall under any other I/O error kind.
292292 ///
293293 /// 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