Always import all tracing macros for the entire crate instead of piecemeal by module
This commit is contained in:
@@ -13,7 +13,6 @@ use rustc_span::source_map::{BytePos, Span};
|
||||
use rustc_span::symbol::{kw, sym, Ident};
|
||||
|
||||
use std::mem;
|
||||
use tracing::debug;
|
||||
|
||||
/// Specifies how to parse a path.
|
||||
#[derive(Copy, Clone, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user