Rollup merge of #90412 - jyn514:macro-use, r=camelid
Remove unnecessary `macro_use`s in rustdoc
This commit is contained in:
commit
19b5b0f8fb
4 changed files with 7 additions and 8 deletions
|
@ -77,6 +77,7 @@ use crate::html::highlight;
|
|||
use crate::html::markdown::{HeadingOffset, Markdown, MarkdownHtml, MarkdownSummaryLine};
|
||||
use crate::html::sources;
|
||||
use crate::scrape_examples::CallData;
|
||||
use crate::try_none;
|
||||
|
||||
/// A pair of name and its optional document.
|
||||
crate type NameDoc = (String, Option<String>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue