Remove #[macro_use] extern crate tracing
from rustc_lint
.
This commit is contained in:
parent
c4bdd298fe
commit
c7da1a5bb8
11 changed files with 10 additions and 6 deletions
|
@ -8,6 +8,7 @@ use rustc_middle::ty::{self, Instance, Ty, TyCtxt};
|
|||
use rustc_session::declare_lint;
|
||||
use rustc_span::{sym, Span, Symbol};
|
||||
use rustc_target::abi::FIRST_VARIANT;
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
use crate::lints::{BuiltinClashingExtern, BuiltinClashingExternSub};
|
||||
use crate::{types, LintVec};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue