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