Commit f490f80
committed
rename no longer uses io::ErrorKind::Other
io::ErrorKind::Other no longer gets returned by std as of rust-lang/rust#85746
In lieu of requiring the io_error_more feature, match against the raw_os_error directly
Fixes cargo-lambda#701 parent 66b0120 commit f490f80
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
46 | 44 | | |
47 | | - | |
48 | 45 | | |
| 46 | + | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
| |||
0 commit comments