Files
rust/library/std/src
Dylan DPC c99a603b87 Rollup merge of #102036 - Patiga:remove-io-errorkind-other-use-in-std, r=Mark-Simulacrum
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).
2022-09-22 18:25:52 +05:30
..
2022-08-01 20:10:40 +00:00
2022-07-18 15:06:07 +01:00
2022-09-12 19:46:51 +02:00
2022-08-18 18:07:39 -04:00
2022-05-27 07:36:17 -04:00
2022-03-23 05:33:44 +00:00
2022-09-09 11:30:40 +02:00
2022-08-18 18:07:39 -04:00
2022-04-14 01:33:13 -04:00
2022-05-24 19:41:40 -07:00
2022-08-25 07:42:07 +01:00
2022-08-31 18:24:55 +08:00