Fix warn stable_features

struct_field_attributes has been stable since 1.20.0. Attribute no longer needed.
This commit is contained in:
odeits 2017-07-02 04:42:41 -04:00 committed by GitHub
parent be58b99b06
commit 4c6818b15a

View file

@ -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;