1
Fork 0

rustdoc: Don't prune reexports

This commit is contained in:
Brian Anderson 2012-02-24 15:43:57 -08:00
parent 9b009ea23d
commit 396540f19d
5 changed files with 42 additions and 14 deletions

View file

@ -40,6 +40,7 @@ fn mk_itemdoc(id: ast::node_id, name: ast::ident) -> doc::itemdoc {
path: [],
brief: none,
desc: none,
reexport: false
}
}