Resolve foreign macros
This commit is contained in:
parent
d6dd902616
commit
7ac48d793b
5 changed files with 84 additions and 34 deletions
|
@ -1284,7 +1284,7 @@ impl DocFolder for Cache {
|
|||
clean::FunctionItem(..) | clean::ModuleItem(..) |
|
||||
clean::ForeignFunctionItem(..) | clean::ForeignStaticItem(..) |
|
||||
clean::ConstantItem(..) | clean::StaticItem(..) |
|
||||
clean::UnionItem(..) | clean::ForeignTypeItem
|
||||
clean::UnionItem(..) | clean::ForeignTypeItem | clean::MacroItem(..)
|
||||
if !self.stripped_mod => {
|
||||
// Re-exported items mean that the same id can show up twice
|
||||
// in the rustdoc ast that we're looking at. We know,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue