Skip to content

Commit 7b5c0ec

Browse files
committed
Fix tidy
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
1 parent 4c0203e commit 7b5c0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/io/error.rs

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)