mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 05:31:02 +00:00
Remove unused #[macro_use]
I think this was for the quasi-quoting macros back in the day.
This commit is contained in:
@@ -12,7 +12,6 @@ extern crate serde_codegen_internals as internals;
|
|||||||
extern crate syntex;
|
extern crate syntex;
|
||||||
|
|
||||||
#[cfg(feature = "with-syntex")]
|
#[cfg(feature = "with-syntex")]
|
||||||
#[macro_use]
|
|
||||||
extern crate syntex_syntax as syntax;
|
extern crate syntex_syntax as syntax;
|
||||||
|
|
||||||
extern crate syn;
|
extern crate syn;
|
||||||
|
|||||||
Reference in New Issue
Block a user