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

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