1
Fork 0

rustdoc: Prune unexported items from the doc tree

This commit is contained in:
Brian Anderson 2012-01-23 19:23:02 -08:00
parent 6766d0ead0
commit ab0eed34fd
3 changed files with 178 additions and 0 deletions

View file

@ -22,4 +22,5 @@ mod path_pass;
mod attr_pass;
mod tystr_pass;
mod prune_undoc_pass;
mod prune_unexported_pass;
mod astsrv;