remove proc_macro

This commit is contained in:
Gambhiro 2017-01-14 18:18:35 +00:00
parent 35890db697
commit 34ee6c9274
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@
//! //!
//! Make sure to take a look at it. //! Make sure to take a look at it.
#![feature(proc_macro)]
#[macro_use] #[macro_use]
extern crate serde_derive; extern crate serde_derive;