diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-09 08:06:59 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-13 08:20:18 +1000 |
| commit | 4bf20b2b558289e9dcffd496890df116f98612c7 (patch) | |
| tree | e31a090dc6deca2c7047a12a76c0bb09d4c0e4ff /compiler/rustc_trait_selection/src/lib.rs | |
| parent | 573aa9f677b8f6cd9efd0da41a9bed282e4bcba0 (diff) | |
| download | rust-4bf20b2b558289e9dcffd496890df116f98612c7.tar.gz rust-4bf20b2b558289e9dcffd496890df116f98612c7.zip | |
Remove `extern crate rustc_middle` from `rustc_trait_selection`.
Diffstat (limited to 'compiler/rustc_trait_selection/src/lib.rs')
| -rw-r--r-- | compiler/rustc_trait_selection/src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_trait_selection/src/lib.rs b/compiler/rustc_trait_selection/src/lib.rs index f1f03b810a9..521e4ef0c9e 100644 --- a/compiler/rustc_trait_selection/src/lib.rs +++ b/compiler/rustc_trait_selection/src/lib.rs @@ -30,8 +30,6 @@ #[macro_use] extern crate tracing; -#[macro_use] -extern crate rustc_middle; pub mod errors; pub mod infer; |
