Remove #![feature(custom_derive)]

This commit is contained in:
Anthony Ramine 2016-11-03 10:14:21 +01:00
parent 0a48c69061
commit c4f27e42b7
18 changed files with 4 additions and 18 deletions

View file

@ -4,7 +4,6 @@
#![crate_name = "canvas_traits"]
#![crate_type = "rlib"]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(rustc_attrs)]

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

View file

@ -3,7 +3,6 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(box_syntax)]
#![feature(custom_derive)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]

View file

@ -12,7 +12,6 @@
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

View file

@ -8,7 +8,6 @@
#![feature(alloc)]
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(proc_macro)]
#![feature(range_contains)]

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(custom_derive, plugin, proc_macro, rustc_attrs, structural_match)]
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
#![plugin(plugins)]
#![crate_name = "gfx_traits"]

View file

@ -5,7 +5,6 @@
#![feature(box_patterns)]
#![feature(box_syntax)]
#![feature(conservative_impl_trait)]
#![feature(custom_derive)]
#![feature(nonzero)]
#![feature(plugin)]
#![feature(proc_macro)]

View file

@ -6,7 +6,6 @@
//! painted.
#![feature(box_syntax)]
#![feature(custom_derive)]
#![feature(mpsc_select)]
#![feature(plugin)]
#![feature(proc_macro)]

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(custom_attribute, custom_derive, plugin, proc_macro, rustc_attrs, structural_match)]
#![feature(custom_attribute, plugin, proc_macro, rustc_attrs, structural_match)]
#![plugin(plugins)]
#![deny(unsafe_code)]

View file

@ -4,7 +4,6 @@
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(fnbox)]
#![feature(mpsc_select)]
#![feature(plugin)]

View file

@ -4,7 +4,6 @@
#![cfg_attr(not(target_os = "windows"), feature(alloc_jemalloc))]
#![feature(box_syntax)]
#![feature(custom_derive)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]

View file

@ -7,7 +7,7 @@
//! modules won't have to depend on `profile`.
#![feature(box_syntax)]
#![feature(custom_derive, plugin, proc_macro, rustc_attrs, structural_match)]
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
#![plugin(plugins)]
#![deny(unsafe_code)]

View file

@ -7,7 +7,6 @@
#![feature(const_fn)]
#![feature(core_intrinsics)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(fnbox)]
#![feature(mpsc_select)]
#![feature(nonzero)]

View file

@ -9,7 +9,6 @@
#![deny(unsafe_code)]
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
#![feature(nonzero)]
#![feature(plugin)]
#![feature(proc_macro)]

View file

@ -6,7 +6,7 @@
//! The traits are here instead of in script so that these modules won't have
//! to depend on script.
#![feature(custom_derive, plugin, proc_macro, rustc_attrs, structural_match)]
#![feature(plugin, proc_macro, rustc_attrs, structural_match)]
#![plugin(plugins)]
#![deny(missing_docs)]
#![deny(unsafe_code)]

View file

@ -24,7 +24,6 @@
//! [selectors]: ../selectors/index.html
#![cfg_attr(feature = "servo", feature(custom_attribute))]
#![cfg_attr(feature = "servo", feature(custom_derive))]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
#![cfg_attr(feature = "servo", feature(rustc_attrs))]

View file

@ -11,7 +11,6 @@
#![deny(unsafe_code)]
#![cfg_attr(feature = "servo", feature(custom_derive))]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]
#![cfg_attr(feature = "servo", feature(rustc_attrs))]

View file

@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![cfg_attr(feature = "servo", feature(custom_derive))]
#![cfg_attr(feature = "servo", feature(nonzero))]
#![cfg_attr(feature = "servo", feature(plugin))]
#![cfg_attr(feature = "servo", feature(proc_macro))]