Remove an unnecessary re-export of rustc_span::hygiene.

This commit is contained in:
Nicholas Nethercote
2024-04-30 08:48:27 +10:00
parent aabb90d254
commit d817856978
2 changed files with 1 additions and 2 deletions

View File

@@ -21,7 +21,6 @@ mod placeholders;
mod proc_macro_server;
pub use mbe::macro_rules::compile_declarative_macro;
pub(crate) use rustc_span::hygiene;
pub mod base;
pub mod build;
#[macro_use]