Auto merge of #18579 - mbrubeck:features, r=KiChjang

Remove unused feature gates

CC #5286.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because no code changes

<!-- 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/18579)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-09-21 15:08:04 -05:00 committed by GitHub
commit 29517d553e
5 changed files with 13 additions and 9 deletions

View file

@ -15,7 +15,7 @@
//!
//! [glutin]: https://github.com/tomaka/glutin
#![feature(start, core_intrinsics)]
#![feature(core_intrinsics)]
#[cfg(target_os = "android")]
extern crate android_injected_glue;