From acf60be004f4ffe4230add3d2d03233e5f52065c Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 20 Sep 2017 12:34:51 -0700 Subject: [PATCH] Remove unused 'start' feature flag --- ports/servo/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/servo/main.rs b/ports/servo/main.rs index 2df41625f22..19063d1176a 100644 --- a/ports/servo/main.rs +++ b/ports/servo/main.rs @@ -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;