Remove extern crate rustc_middle from numerous crates.

This commit is contained in:
Nicholas Nethercote 2024-04-29 13:56:41 +10:00
parent e6b3e20243
commit 99e036bd21
80 changed files with 74 additions and 26 deletions

View file

@ -6,8 +6,6 @@
#[macro_use]
extern crate tracing;
#[macro_use]
extern crate rustc_middle;
use rustc_middle::ty;