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

@@ -22,8 +22,7 @@ use super::{
BASIC_KEYWORDS,
};
use crate::clean;
use crate::clean::ExternalCrate;
use crate::clean::{self, ExternalCrate};
use crate::config::RenderOptions;
use crate::docfs::{DocFS, PathError};
use crate::error::Error;
@@ -35,6 +34,7 @@ use crate::html::format::Buffer;
use crate::html::markdown::{self, plain_text_summary, ErrorCodes, IdMap};
use crate::html::{layout, sources};
use crate::scrape_examples::AllCallLocations;
use crate::try_err;
/// Major driving force in all rustdoc rendering. This contains information
/// about where in the tree-like hierarchy rendering is occurring and controls