Remove the proc_macro feature gate

This commit is contained in:
David Tolnay
2017-01-08 00:11:11 -08:00
parent 1ecf3730ee
commit 894a21bc1f
14 changed files with 1 additions and 26 deletions
@@ -1,5 +1,3 @@
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;