rustdoc: Don't prune reexports
This commit is contained in:
parent
9b009ea23d
commit
396540f19d
5 changed files with 42 additions and 14 deletions
|
@ -40,6 +40,7 @@ fn mk_itemdoc(id: ast::node_id, name: ast::ident) -> doc::itemdoc {
|
|||
path: [],
|
||||
brief: none,
|
||||
desc: none,
|
||||
reexport: false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue