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")`

35dbef2350/compiler/rustc_target/src/spec/redox_base.rs (L26)

35dbef2350/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