diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-08 16:40:46 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-13 08:04:47 +1000 |
| commit | f59348ff096fcea61e71f7249ad0fefda92fa53b (patch) | |
| tree | 9e42bf8c41f17bf28003eeb65a2d2e6bf4a03ce1 /compiler/rustc_hir_analysis/src/lib.rs | |
| parent | 4497d345a8196554021f6d145b86bfc814c954d3 (diff) | |
| download | rust-f59348ff096fcea61e71f7249ad0fefda92fa53b.tar.gz rust-f59348ff096fcea61e71f7249ad0fefda92fa53b.zip | |
Remove `extern crate rustc_middle` from `rustc_hir_analysis`.
Diffstat (limited to 'compiler/rustc_hir_analysis/src/lib.rs')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_hir_analysis/src/lib.rs b/compiler/rustc_hir_analysis/src/lib.rs index e75740837f8..654ef4baeb3 100644 --- a/compiler/rustc_hir_analysis/src/lib.rs +++ b/compiler/rustc_hir_analysis/src/lib.rs @@ -75,9 +75,6 @@ This API is completely unstable and subject to change. #[macro_use] extern crate tracing; -#[macro_use] -extern crate rustc_middle; - // These are used by Clippy. pub mod check; |
