Skip to content

Commit 1bad277

Browse files
committed
style: move import to correct place
1 parent 8610ec6 commit 1bad277

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

compiler/rustc_expand/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
extern crate proc_macro as pm;
1919

2020
mod build;
21+
mod derive_macro_expansion;
2122
mod errors;
2223
// FIXME(Nilstrieb) Translate macro_rules diagnostics
2324
#[allow(rustc::untranslatable_diagnostic)]
@@ -28,7 +29,6 @@ mod proc_macro_server;
2829
pub use mbe::macro_rules::compile_declarative_macro;
2930
pub mod base;
3031
pub mod config;
31-
mod derive_macro_expansion;
3232
pub mod expand;
3333
pub mod module;
3434
// FIXME(Nilstrieb) Translate proc_macro diagnostics

0 commit comments

Comments
 (0)