about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/lib.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-04-29 13:56:41 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-04-29 14:50:45 +1000
commit99e036bd21a542a06a58f8867186b38157e25b66 (patch)
tree4fffb3a20abdee7d77e3e6d3254636b7e585edf7 /compiler/rustc_incremental/src/lib.rs
parente6b3e20243ba3d8dd4f369bfc286599796680e1d (diff)
downloadrust-99e036bd21a542a06a58f8867186b38157e25b66.tar.gz
rust-99e036bd21a542a06a58f8867186b38157e25b66.zip
Remove `extern crate rustc_middle` from numerous crates.
Diffstat (limited to 'compiler/rustc_incremental/src/lib.rs')
-rw-r--r--compiler/rustc_incremental/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_incremental/src/lib.rs b/compiler/rustc_incremental/src/lib.rs
index 0729986f32f..79402c88de4 100644
--- a/compiler/rustc_incremental/src/lib.rs
+++ b/compiler/rustc_incremental/src/lib.rs
@@ -7,8 +7,6 @@
 #![allow(internal_features)]
 
 #[macro_use]
-extern crate rustc_middle;
-#[macro_use]
 extern crate tracing;
 
 mod assert_dep_graph;