Rename rustc_macro to proc_macro

Fixes #575
This commit is contained in:
Mark Roghelia
2016-10-08 18:29:36 -04:00
parent e547a06639
commit ef5d09e144
16 changed files with 20 additions and 20 deletions
@@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;
@@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;
@@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;
@@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;
@@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;
@@ -1,4 +1,4 @@
#![feature(rustc_macro)]
#![feature(proc_macro)]
#[macro_use]
extern crate serde_derive;