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
|
@ -39,10 +39,10 @@ use rustc_span::edit_distance::find_best_match_for_names;
|
|||
use rustc_span::symbol::{sym, Ident, Symbol};
|
||||
use rustc_span::Span;
|
||||
use rustc_target::abi;
|
||||
|
||||
use std::cell::Cell;
|
||||
use std::iter;
|
||||
use std::slice;
|
||||
use tracing::debug;
|
||||
|
||||
mod diagnostics;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue