Remove unnecessary feature

Proc_macro has been stable since 1.15.0, attribute no longer needed.
This commit is contained in:
Oula Kuuva 2017-01-17 17:06:34 +02:00 committed by Joe Wilm
parent e2741adfbe
commit 77f95f1477
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@
#![cfg_attr(test, feature(test))]
#![cfg_attr(feature = "nightly", feature(core_intrinsics))]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;