Files
rust/library/std/src/os
Yuki Okushi 68d4ff04ee Rollup merge of #82712 - CDirkx:cfg-target_os, r=dtolnay
Remove unnecessary conditional `cfg(target_os)` for `redox` and `vxworks`

`redox` and `vxworks` are now part of target_family `unix`, thus `cfg(unix)` already implies `cfg(target_os="redox")` and `cfg(target_os="vxworks")`

https://github.com/rust-lang/rust/blob/35dbef235048f9a2939dc20effe083ca483c37ff/compiler/rustc_target/src/spec/redox_base.rs#L26

https://github.com/rust-lang/rust/blob/35dbef235048f9a2939dc20effe083ca483c37ff/compiler/rustc_target/src/spec/vxworks_base.rs#L27
2021-03-03 16:27:47 +09:00
..
2020-07-27 19:51:13 -05:00
2021-02-02 05:49:31 +00:00
2021-02-23 15:54:55 +01:00
2020-08-30 12:04:43 -04:00
2020-07-27 19:51:13 -05:00