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

Remove #cfg from bsd_arandom.rs #332

Merged
merged 1 commit into from Jan 26, 2023
Merged

Remove #cfg from bsd_arandom.rs #332

merged 1 commit into from Jan 26, 2023

Commits on Jan 26, 2023

  1. Remove #cfg from bsd_arandom.rs

    Followup to #331, we don't need the condidtional compilation anymore,
    because this file is only used if
    `any(target_os = "freebsd", target_os = "netbsd")` anyway.
    
    Also cleans up `use` statements and type declarations to look like those
    in macos.rs
    
    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Jan 26, 2023
    Copy the full SHA
    8dd1c12 View commit details
    Browse the repository at this point in the history