mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-11 12:51:01 +00:00
Eliminate #[macro_use] from serde_derive
This commit is contained in:
@@ -38,11 +38,9 @@
|
||||
clippy::wildcard_imports
|
||||
)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate syn;
|
||||
|
||||
extern crate proc_macro2;
|
||||
extern crate quote;
|
||||
extern crate syn;
|
||||
|
||||
#[cfg_attr(serde_build_from_git, path = "../serde_derive/src/internals/mod.rs")]
|
||||
#[cfg_attr(not(serde_build_from_git), path = "src/mod.rs")]
|
||||
|
||||
Reference in New Issue
Block a user