1
Fork 0

Remove unnecessary macro_uses in rustdoc

This commit is contained in:
Joshua Nelson 2021-10-30 02:07:37 +00:00
parent 6d42707cde
commit b6851ba3c9
4 changed files with 7 additions and 8 deletions

View file

@ -103,17 +103,14 @@ macro_rules! map {
}}
}
#[macro_use]
mod externalfiles;
mod clean;
mod config;
mod core;
mod docfs;
mod doctree;
#[macro_use]
mod error;
mod doctest;
mod doctree;
mod error;
mod externalfiles;
mod fold;
mod formats;
// used by the error-index generator, so it needs to be public