Remove #[macro_use] extern crate tracing
from rustc_interface
.
This commit is contained in:
parent
725292315e
commit
a7cd7bb829
4 changed files with 3 additions and 5 deletions
|
@ -11,7 +11,6 @@ use rustc_data_structures::sync::Lrc;
|
|||
use rustc_errors::registry::Registry;
|
||||
use rustc_errors::{DiagCtxt, ErrorGuaranteed};
|
||||
use rustc_lint::LintStore;
|
||||
|
||||
use rustc_middle::ty;
|
||||
use rustc_middle::ty::CurrentGcx;
|
||||
use rustc_middle::util::Providers;
|
||||
|
@ -28,6 +27,7 @@ use rustc_span::FileName;
|
|||
use std::path::PathBuf;
|
||||
use std::result;
|
||||
use std::sync::Arc;
|
||||
use tracing::trace;
|
||||
|
||||
pub type Result<T> = result::Result<T, ErrorGuaranteed>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue