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
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,5 +1,3 @@
#![cfg_attr(feature = "serde_derive", feature(proc_macro))]
#[cfg(feature = "serde_derive")]
#[macro_use]
extern crate serde_derive;