Remove unnecessary macro_use
s in rustdoc
This commit is contained in:
parent
6d42707cde
commit
b6851ba3c9
4 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue