Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/unix/rand.rs
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@ mod imp {
}
}

#[cfg(target_os = "freebsd", target_os = "netbsd")]
#[cfg(any(target_os = "freebsd", target_os = "netbsd"))]
mod imp {
use crate::ptr;

0 comments on commit b4f92ea

Please sign in to comment.