Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup cfg blocks #1735

Merged
merged 1 commit into from
Jun 9, 2022
Merged

Cleanup cfg blocks #1735

merged 1 commit into from
Jun 9, 2022

Commits on Jun 6, 2022

  1. Cleanup cfg blocks

    Remove obsolete references to target_env = wasi, target_os = nacl,
    target_os = osx, and a typo'd target_os = fushsia that didn't compile
    when fixed.
    
     - target_env = wasi is dead: rust-lang/rust#60117
     - target_os = nacl is dead: rust-lang/rust#45041
     - target_os = osx is dead, but I can't find a link.
    rtzoeller committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    80f8320 View commit details
    Browse the repository at this point in the history