Remove extern crate rustc_middle from rustc_mir_build.

This commit is contained in:
Nicholas Nethercote
2024-05-08 19:31:05 +10:00
parent 00cfb45b54
commit 900bcacf3a
20 changed files with 24 additions and 8 deletions

View File

@@ -12,8 +12,6 @@
#[macro_use]
extern crate tracing;
#[macro_use]
extern crate rustc_middle;
mod build;
mod check_unsafety;