Remove extern crate rustc_middle from rustc_trait_selection.

This commit is contained in:
Nicholas Nethercote
2024-05-09 08:06:59 +10:00
parent 573aa9f677
commit 4bf20b2b55
30 changed files with 29 additions and 2 deletions

View File

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