Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of
io::ErrorKind::Other
in std
The documentation states that this `ErrorKind` is not used by the standard library. Instead, `io::ErrorKind::Uncategorized` should be used.
- Loading branch information