Fixed iOS build (statics name lint)

This commit is contained in:
Valerii Hiora 2014-10-06 09:24:04 +03:00
parent 6d15f28986
commit 893a114db5
1 changed files with 1 additions and 0 deletions

View File

@ -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")]