Skip to content

Commit 3b50c3e

Browse files
committed
Stabilize std::io::ErrorKind::QuotaExceeded
Also drop "Filesystem" from its name
1 parent e4b2475 commit 3b50c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/io_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const UNIX_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
4343
("ECONNREFUSED", ConnectionRefused),
4444
("ECONNRESET", ConnectionReset),
4545
("EDEADLK", Deadlock),
46-
("EDQUOT", FilesystemQuotaExceeded),
46+
("EDQUOT", QuotaExceeded),
4747
("EEXIST", AlreadyExists),
4848
("EFBIG", FileTooLarge),
4949
("EHOSTUNREACH", HostUnreachable),

0 commit comments

Comments
 (0)