From 4c6818b15a39d661c4ead609ee677e81ca3e20c6 Mon Sep 17 00:00:00 2001 From: odeits Date: Sun, 2 Jul 2017 04:42:41 -0400 Subject: [PATCH] Fix warn stable_features struct_field_attributes has been stable since 1.20.0. Attribute no longer needed. --- ports/glutin/lib.rs | 1 - 1 file changed, 1 deletion(-) 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;