Remove the proc_macro feature gate in serde-syntex-example

This commit is contained in:
David Tolnay
2017-01-13 10:27:51 -08:00
parent dec116311e
commit bdba6fc5b0
@@ -1,5 +1,3 @@
#![cfg_attr(feature = "serde_derive", feature(proc_macro))]
#[cfg(feature = "serde_derive")]
#[macro_use]
extern crate serde_derive;