mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-29 02:37:55 +00:00
Remove no-longer-necessary cfg
This was fixed in Rust, allowing proc macro crates to be tested.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#![feature(proc_macro, proc_macro_lib)]
|
||||
#![cfg(not(test))]
|
||||
|
||||
extern crate proc_macro;
|
||||
extern crate serde_codegen;
|
||||
|
||||
Reference in New Issue
Block a user