Navigation Menu

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

Conversation

josephlr
Copy link
Member

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

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 josephlr merged commit 6536b9e into master Jan 26, 2023
@josephlr josephlr deleted the cfgs branch January 26, 2023 20:13
@newpavlov newpavlov mentioned this pull request Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants