Always import all tracing macros for the entire crate instead of piecemeal by module
This commit is contained in:
@@ -26,6 +26,9 @@ extern crate rustc_middle;
|
||||
#[macro_use]
|
||||
extern crate rustc_data_structures;
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
pub use rmeta::{provide, provide_extern};
|
||||
|
||||
mod dependency_format;
|
||||
|
||||
Reference in New Issue
Block a user