Remove #[macro_use] extern crate tracing from rustc_const_eval.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
//! The main entry point is the `step` method.
|
||||
|
||||
use either::Either;
|
||||
use tracing::{info, instrument, trace};
|
||||
|
||||
use rustc_index::IndexSlice;
|
||||
use rustc_middle::mir;
|
||||
|
||||
Reference in New Issue
Block a user