mirror of https://github.com/rwf2/Rocket.git
Remove 'struct_field_attributes' feature: it's been stabilized.
This commit is contained in:
parent
6a7fde6d70
commit
539a7fc55b
|
@ -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)]
|
||||
|
|
|
@ -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/")]
|
||||
|
|
Loading…
Reference in New Issue