Remove #[macro_use] extern crate tracing
from rustc_const_eval
.
This commit is contained in:
parent
c7da1a5bb8
commit
7a5d814a04
27 changed files with 29 additions and 3 deletions
|
@ -2,6 +2,7 @@ use std::cell::Cell;
|
|||
use std::{fmt, mem};
|
||||
|
||||
use either::{Either, Left, Right};
|
||||
use tracing::{debug, info, info_span, instrument, trace};
|
||||
|
||||
use hir::CRATE_HIR_ID;
|
||||
use rustc_errors::DiagCtxt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue