Remove unused macro_use in codegen.

This commit is contained in:
Sergio Benitez 2017-01-27 00:06:16 -08:00
parent f230d43fd5
commit 0063f2524e
1 changed files with 1 additions and 1 deletions

View File

@ -96,8 +96,8 @@
#![allow(unused_attributes)] #![allow(unused_attributes)]
#![allow(deprecated)] #![allow(deprecated)]
#[macro_use] extern crate syntax;
#[macro_use] extern crate log; #[macro_use] extern crate log;
extern crate syntax;
extern crate syntax_ext; extern crate syntax_ext;
extern crate rustc; extern crate rustc;
extern crate rustc_plugin; extern crate rustc_plugin;