We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc511e0 + d874cf6 commit 3fd7763Copy full SHA for 3fd7763
src/shims/io_error.rs
@@ -44,7 +44,7 @@ const UNIX_IO_ERROR_TABLE: &[(&str, std::io::ErrorKind)] = {
44
("ECONNREFUSED", ConnectionRefused),
45
("ECONNRESET", ConnectionReset),
46
("EDEADLK", Deadlock),
47
- ("EDQUOT", FilesystemQuotaExceeded),
+ ("EDQUOT", QuotaExceeded),
48
("EEXIST", AlreadyExists),
49
("EFBIG", FileTooLarge),
50
("EHOSTUNREACH", HostUnreachable),
0 commit comments