mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #12860 - Coder206:iterWarn, r=Wafflespeanut
Fix iter_arith warning when running ./mach build-cef <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #12855 (github issue number if applicable). - [x] There are tests for these changes (./mach build-cef) <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/12860) <!-- Reviewable:end -->
This commit is contained in:
commit
27472ffa59
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
#![feature(box_syntax)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(filling_drop)]
|
||||
#![feature(iter_arith)]
|
||||
#![feature(link_args)]
|
||||
#![feature(plugin)]
|
||||
#![feature(unicode)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue