mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #18247 - Majora320:master, r=emilio
Silenced camel case warning for the iOS enum variant Fix a simple warning. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors This change is obviously too trivial for tests. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18247) <!-- Reviewable:end -->
This commit is contained in:
commit
04fb310847
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ pub fn multiprocess() -> bool {
|
||||||
enum UserAgent {
|
enum UserAgent {
|
||||||
Desktop,
|
Desktop,
|
||||||
Android,
|
Android,
|
||||||
|
#[allow(non_camel_case_types)]
|
||||||
iOS
|
iOS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue