about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-04-30 08:49:58 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-03 09:06:25 +1000
commit7c6d36345f8abe55c4fa57e6d194219fcc954152 (patch)
treeb39dcc7143d4e9edec4ca5a29a419f9465da1677
parentd8178569784a78f6e52eeb281c106de801bb398a (diff)
downloadrust-7c6d36345f8abe55c4fa57e6d194219fcc954152.tar.gz
rust-7c6d36345f8abe55c4fa57e6d194219fcc954152.zip
Remove an unnecessary `#[macro_use]`.
-rw-r--r--compiler/rustc_expand/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/lib.rs b/compiler/rustc_expand/src/lib.rs
index 2e52a7f9a7d..6216965f7bf 100644
--- a/compiler/rustc_expand/src/lib.rs
+++ b/compiler/rustc_expand/src/lib.rs
@@ -23,7 +23,6 @@ mod proc_macro_server;
 pub use mbe::macro_rules::compile_declarative_macro;
 pub mod base;
 pub mod build;
-#[macro_use]
 pub mod config;
 pub mod errors;
 pub mod expand;