mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Silenced camel case warning for the iOS enum variant
This commit is contained in:
parent
2136dd2bb7
commit
482ca04d06
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ pub fn multiprocess() -> bool {
|
|||
enum UserAgent {
|
||||
Desktop,
|
||||
Android,
|
||||
#[allow(non_camel_case_types)]
|
||||
iOS
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue