diff --git a/ports/glutin/lib.rs b/ports/glutin/lib.rs index 8394a4fc875..4e390f7eb8e 100644 --- a/ports/glutin/lib.rs +++ b/ports/glutin/lib.rs @@ -5,7 +5,6 @@ //! A simple application that uses glutin to open a window for Servo to display in. #![feature(box_syntax)] -#![feature(struct_field_attributes)] #[macro_use] extern crate bitflags; extern crate compositing;