Fixed iOS build (statics name lint)
This commit is contained in:
parent
6d15f28986
commit
893a114db5
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ mod imp {
|
|||
#[repr(C)]
|
||||
struct SecRandom;
|
||||
|
||||
#[allow(non_uppercase_statics)]
|
||||
static kSecRandomDefault: *const SecRandom = 0 as *const SecRandom;
|
||||
|
||||
#[link(name = "Security", kind = "framework")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue