Remove unused #[macro_use]
I think this was for the quasi-quoting macros back in the day.
This commit is contained in:
parent
a5024a4238
commit
24f849da2d
@ -12,7 +12,6 @@ extern crate serde_codegen_internals as internals;
|
||||
extern crate syntex;
|
||||
|
||||
#[cfg(feature = "with-syntex")]
|
||||
#[macro_use]
|
||||
extern crate syntex_syntax as syntax;
|
||||
|
||||
extern crate syn;
|
||||
|
Loading…
Reference in New Issue
Block a user