Remove unused 'start' feature flag

This commit is contained in:
Matt Brubeck 2017-09-20 12:34:51 -07:00
parent 280ccf685d
commit acf60be004

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;