Remove no-longer-necessary cfg

This was fixed in Rust, allowing proc macro crates to be tested.
This commit is contained in:
David Tolnay
2016-12-17 17:32:04 -08:00
parent 7222cf7514
commit 36f07912b8
-1
View File
@@ -1,5 +1,4 @@
#![feature(proc_macro, proc_macro_lib)]
#![cfg(not(test))]
extern crate proc_macro;
extern crate serde_codegen;