Remove 'struct_field_attributes' feature: it's been stabilized.

This commit is contained in:
Sergio Benitez 2017-06-19 17:44:01 -07:00
parent 6a7fde6d70
commit 539a7fc55b
2 changed files with 1 additions and 2 deletions

View File

@ -110,7 +110,7 @@
//! ```
#![crate_type = "dylib"]
#![feature(quote, concat_idents, plugin_registrar, rustc_private, unicode)]
#![feature(quote, concat_idents, plugin_registrar, rustc_private)]
#![feature(custom_attribute)]
#![feature(i128_type)]
#![allow(unused_attributes)]

View File

@ -1,7 +1,6 @@
#![feature(drop_types_in_const, macro_reexport)]
#![cfg_attr(feature = "templates", feature(conservative_impl_trait))]
#![cfg_attr(feature = "templates", feature(associated_consts))]
#![cfg_attr(feature = "templates", feature(struct_field_attributes))]
// TODO: Version URLs.
#![doc(html_root_url = "https://api.rocket.rs/rocket_contrib/")]