Remove no-longer-necessary cfg
This was fixed in Rust, allowing proc macro crates to be tested.
This commit is contained in:
parent
7222cf7514
commit
36f07912b8
@ -1,5 +1,4 @@
|
||||
#![feature(proc_macro, proc_macro_lib)]
|
||||
#![cfg(not(test))]
|
||||
|
||||
extern crate proc_macro;
|
||||
extern crate serde_codegen;
|
||||
|
Loading…
x
Reference in New Issue
Block a user