Remove #![feature(custom_attribute)]

This commit is contained in:
Anthony Ramine 2016-11-03 10:18:55 +01:00
parent c4f27e42b7
commit a9767333eb
8 changed files with 1 additions and 8 deletions

View file

@ -11,7 +11,6 @@
#![crate_type = "rlib"]
#![feature(box_syntax)]
#![feature(custom_attribute)]
#![feature(plugin)]
#![feature(proc_macro)]
#![plugin(plugins)]