mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
c99a603b87
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. The two instances are in the unstable API [linux_pidfd](https://github.com/rust-lang/rust/issues/82971).