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
-2
View File
@@ -16,8 +16,6 @@ You may be looking for:
## Serde in action
```rust
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;