We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ce1a17 + 893a114 commit 0d94fdaCopy full SHA for 0d94fda
src/libstd/rand/os.rs
@@ -88,6 +88,7 @@ mod imp {
88
#[repr(C)]
89
struct SecRandom;
90
91
+ #[allow(non_uppercase_statics)]
92
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
93
94
#[link(name = "Security", kind = "framework")]
0 commit comments