Remove extern crate rustc_middle from rustc_infer.

This commit is contained in:
Nicholas Nethercote 2024-05-08 18:06:19 +10:00
parent 9b7d254d49
commit 34e247af1e
22 changed files with 21 additions and 2 deletions

View file

@ -31,8 +31,6 @@
#[macro_use]
extern crate tracing;
#[macro_use]
extern crate rustc_middle;
mod errors;
pub mod infer;