Silenced camel case warning for the iOS enum variant

This commit is contained in:
Moses Miller 2017-08-25 17:39:04 -07:00
parent 2136dd2bb7
commit 482ca04d06
No known key found for this signature in database
GPG key ID: A46D4C3CF5B1EA57

View file

@ -448,6 +448,7 @@ pub fn multiprocess() -> bool {
enum UserAgent {
Desktop,
Android,
#[allow(non_camel_case_types)]
iOS
}