Skip to content

Commit 7c6d363

Browse files
committed
Remove an unnecessary #[macro_use].
1 parent d817856 commit 7c6d363

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_expand/src

1 file changed

+0
-1
lines changed

compiler/rustc_expand/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ mod proc_macro_server;
2323
pub use mbe::macro_rules::compile_declarative_macro;
2424
pub mod base;
2525
pub mod build;
26-
#[macro_use]
2726
pub mod config;
2827
pub mod errors;
2928
pub mod expand;

0 commit comments

Comments
 (0)