Always import all tracing macros for the entire crate instead of piecemeal by module
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
|
||||
extern crate proc_macro;
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
use crate::deriving::*;
|
||||
|
||||
use rustc_expand::base::{MacroExpanderFn, ResolverExpand, SyntaxExtensionKind};
|
||||
|
||||
Reference in New Issue
Block a user