Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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#70
- Loading branch information