Remove an unnecessary #[macro_use]
.
This commit is contained in:
parent
d817856978
commit
7c6d36345f
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ mod proc_macro_server;
|
||||||
pub use mbe::macro_rules::compile_declarative_macro;
|
pub use mbe::macro_rules::compile_declarative_macro;
|
||||||
pub mod base;
|
pub mod base;
|
||||||
pub mod build;
|
pub mod build;
|
||||||
#[macro_use]
|
|
||||||
pub mod config;
|
pub mod config;
|
||||||
pub mod errors;
|
pub mod errors;
|
||||||
pub mod expand;
|
pub mod expand;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue