Remove #[macro_use] extern crate tracing from rustc_const_eval.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user