mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix warn stable_features
struct_field_attributes has been stable since 1.20.0. Attribute no longer needed.
This commit is contained in:
parent
be58b99b06
commit
4c6818b15a
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue