diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-04-30 08:49:58 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-05-03 09:06:25 +1000 |
| commit | 7c6d36345f8abe55c4fa57e6d194219fcc954152 (patch) | |
| tree | b39dcc7143d4e9edec4ca5a29a419f9465da1677 | |
| parent | d8178569784a78f6e52eeb281c106de801bb398a (diff) | |
| download | rust-7c6d36345f8abe55c4fa57e6d194219fcc954152.tar.gz rust-7c6d36345f8abe55c4fa57e6d194219fcc954152.zip | |
Remove an unnecessary `#[macro_use]`.
| -rw-r--r-- | compiler/rustc_expand/src/lib.rs | 1 |
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; |
