Skip to content

Simplify cfg(any(unix, target_os="redox")) in example to just cfg(unix)#85409

Merged
bors merged 1 commit into
rust-lang:masterfrom
CDirkx:cfg_redox
May 17, 2021
Merged

Simplify cfg(any(unix, target_os="redox")) in example to just cfg(unix)#85409
bors merged 1 commit into
rust-lang:masterfrom
CDirkx:cfg_redox

Simplify `cfg(any(unix, target_os="redox"))` to just `cfg(unix)`

3836427
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs