diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-05-20 20:23:47 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-25 22:52:38 +0200 |
| commit | 1dfc8406dcb742453b36daf0ce7486183b1da79c (patch) | |
| tree | e927e6d6c109585f62c43b17dc97139d3c529143 /library/std/src/io/error.rs | |
| parent | a17780db7b8eebbf42a1cbe6bc9cc83013820ba5 (diff) | |
| download | rust-1dfc8406dcb742453b36daf0ce7486183b1da79c.tar.gz rust-1dfc8406dcb742453b36daf0ce7486183b1da79c.zip | |
make `tidy-alphabetical` use a natural sort
Diffstat (limited to 'library/std/src/io/error.rs')
| -rw-r--r-- | library/std/src/io/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index d43976ecc9e..562fdbf4ff7 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -462,8 +462,8 @@ impl ErrorKind { Deadlock => "deadlock", DirectoryNotEmpty => "directory not empty", ExecutableFileBusy => "executable file busy", - FilesystemLoop => "filesystem loop or indirection limit (e.g. symlink loop)", FileTooLarge => "file too large", + FilesystemLoop => "filesystem loop or indirection limit (e.g. symlink loop)", HostUnreachable => "host unreachable", InProgress => "in progress", Interrupted => "operation interrupted", |
