1
Fork 0

Remove #[macro_use] extern crate tracing from rustc_middle.

This commit is contained in:
Nicholas Nethercote 2024-05-22 15:20:21 +10:00
parent 8ae0694fcb
commit e9a59dbed8
40 changed files with 41 additions and 6 deletions

View file

@ -37,6 +37,7 @@ use rustc_span::symbol::Symbol;
use rustc_span::{Span, DUMMY_SP};
use either::Either;
use tracing::trace;
use std::borrow::Cow;
use std::cell::RefCell;