Always import all tracing macros for the entire crate instead of piecemeal by module
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
#[macro_use]
|
||||
extern crate rustc_macros;
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
#[macro_use]
|
||||
extern crate rustc_data_structures;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user