Remove #[macro_use] extern crate tracing
from rustc_monomorphize
.
This commit is contained in:
parent
7a5d814a04
commit
70e964afe3
5 changed files with 4 additions and 3 deletions
|
@ -2,9 +2,6 @@
|
|||
#![feature(is_sorted)]
|
||||
#![allow(rustc::potential_query_instability)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
||||
use rustc_hir::lang_items::LangItem;
|
||||
use rustc_middle::bug;
|
||||
use rustc_middle::query::{Providers, TyCtxtAt};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue