1
Fork 0

Rollup merge of #90412 - jyn514:macro-use, r=camelid

Remove unnecessary `macro_use`s in rustdoc
This commit is contained in:
Matthias Krüger 2021-10-30 14:37:04 +02:00 committed by GitHub
commit 19b5b0f8fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View file

@ -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>);