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

@ -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))]