Remove unused #[macro_use]

I think this was for the quasi-quoting macros back in the day.
This commit is contained in:
David Tolnay 2017-01-24 09:28:00 -08:00
parent a5024a4238
commit 24f849da2d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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;